This is a mirror of official site: http://jasper-net.blogspot.com/

Git – Cloning and pushing via https (Linux and Windows)

| Tuesday, August 17, 2010
Unfortunately the Eclipse team provider EGit does currently not support to use HTTPS for cloning and pushing. Fortunately the Git command line supports this (under Linux without problems):

git clone https://vogella@github.com/vogella/de.vogella.rcp.example.git
// do some changes
git push https://vogella@github.com/vogella/de.vogella.rcp.example.git

If you are on Windows and if you are using msysGit then you may receive the following error:

error: error setting certificate verify locations:
CAfile: /bin/curl-ca-bundle.crt
CApath: none
while accessing your_repo

If you have this error you can disable ssl verification to solve it.

git config --global http.sslverify "false"

Read more: Eclipse Papercuts

Posted via email from .NET Info

1 comments:

Anonymous said...

I would like to exchange links with your site jasper-22.blogspot.com
Is this possible?