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.gitIf 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_repoIf you have this error you can disable ssl verification to solve it.git config --global http.sslverify "false" Read more: Eclipse Papercuts
// do some changes
git push https://vogella@github.com/vogella/de.vogella.rcp.example.gitIf 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_repoIf you have this error you can disable ssl verification to solve it.git config --global http.sslverify "false" Read more: Eclipse Papercuts
1 comments:
I would like to exchange links with your site jasper-22.blogspot.com
Is this possible?
Post a Comment