Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git.code.sf.net #3

Open
alnhk opened this issue Aug 7, 2018 · 2 comments
Open

git.code.sf.net #3

alnhk opened this issue Aug 7, 2018 · 2 comments
Assignees

Comments

@alnhk
Copy link

alnhk commented Aug 7, 2018

is this git://git.code.sf.net public like github ? We are not able to access it in order to perform git clone against git://git.code.sf.net/p/winexe/winexe-waf

@juliogonzalez
Copy link
Owner

I can clone using git://git.code.sf.net/p/winexe/winexe-waf without any issues.

$ git clone git://git.code.sf.net/p/winexe/winexe-waf
Clonando en 'winexe-waf'...
remote: Enumerating objects: 962, done.
remote: Counting objects: 100% (962/962), done.
remote: Compressing objects: 100% (960/960), done.
remote: Total 962 (delta 657), reused 0 (delta 0)
Recibiendo objetos: 100% (962/962), 315.12 KiB | 753.00 KiB/s, listo.
Resolviendo deltas: 100% (657/657), listo.

But yes, git://git.code.sf.net/p/winexe/winexe-waf is a Git repository such as the Git repositories that GitHub offers. The only difference is that git://git.code.sf.net/p/winexe/winexe-waf is a URL using Git protocol. If it doesn't work, maybe a firewall is blocking the traffic.

I just pushed c65c86c so HTTPS is used to clone the repo from git.code.sf.net (that should avoid problems with most firewalls).

If it still does not work, check your firewall/proxy settings.

@juliogonzalez
Copy link
Owner

@alnhk is your problem fixed now?

@juliogonzalez juliogonzalez self-assigned this Aug 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants