git build Error

128 views
Skip to first unread message

Aidan

unread,
Mar 2, 2012, 4:07:40 AM3/2/12
to bite-discuss
Hi Guys

I'm trying to run the build and I get the following error

Running command: git clone git://github.com/ajaxorg/ace.git deps\ace
ERROR:root:fatal: unable to connect to github.com:
github.com[0: 207.97.227.239]: errno=No error


ERROR:root:Could not checkout ace from git://github.com/ajaxorg/ace.git.
Traceback (most recent call last):
File "C:\bite-project\build.py", line 409, in <module>
main()
File "C:\bite-project\build.py", line 287, in main
SetupDep(dep_name)
File "C:\bite-project\build.py", line 224, in SetupDep
raise ClosureError('Could not set up %s.' % dep_name)
__main__.ClosureError: Could not set up ace.

Any Ideas?

Thanks

Aidan

bebef...@gmail.com

unread,
Mar 2, 2012, 5:35:44 AM3/2/12
to bite-d...@googlegroups.com, Aidan
Hi Aidan,

Can you try to manually clone that repo and see if it works?
just open you project folder and:

git clone git://github.com/ajaxorg/ace.git deps\ace

On what OS are you?

Cheers,
Bebe

Aidan

unread,
Mar 2, 2012, 6:33:50 AM3/2/12
to bite-discuss
Hi all
I fixed this by changing protocol from git to https
I think it may have to do with internal fire wall settings not sure

I'm using windows 7

Igot the same connection error with git://gist.github.com/246089.git
deps\urlnorm
So I tried git clone https://gist.github.com/246089.git deps\urlnorm
and I get ==>

Cloning into 'deps\urlnorm'...
fatal: https://gist.github.com/246089.git/info/refs not found: did you
run git u
pdate-server-info on the server?

is there something


Please remember when answering that I have very little experience with
github and python

Thanks

Aidan


On Mar 2, 10:35 am, "bebef.1...@gmail.com" <bebef.1...@gmail.com>
wrote:

bebef...@gmail.com

unread,
Mar 2, 2012, 7:42:26 AM3/2/12
to bite-d...@googlegroups.com
Hi,

From what you are saying you have some issues with git.
you should be able to manual clone the repo without issues.

The dep you are cloning is a gist:
Gist is a simple way to share snippets and pastes with others. All gists
are git repositories, so they are automatically versioned, forkable and
usable as a git repository.

I tried coning the repo with the git:// protocol and it looks fine. But
I'm not able to clone it with https:// and I don't know if that is
possible.

You should try reinstalling github and make sure it is able to get pass
the firewall .

Cheers,
Bebe

Reply all
Reply to author
Forward
0 new messages