|
|
|
|
|
by yaksha
5121 days ago
|
|
I believe I've run into the return code 60 problem before, IIRC, it had something to do with the curl library and https. Try using the SSH address instead, if possible, git@github.com/FrankThorne/Frank-Test-Repository.git. What I found to work for using the https address was creating a file named '_netrc' (on Windows XP, it would be '.netrc' on Linux) in your home directory with the following: machine <git_host_ip>
login <your_user_name>
password <your_password>
This wasn't for github, but a local git server. May work regardless. I don't have the link to where I found this solution for further information. Hope this helps. |
|