Git not working?
Hi,
I've tried to commit my code to GIT and it says everything goes fine. However, the files are not available for pulling nor visible in the Web UI :(
I've tried to commit my code to GIT and it says everything goes fine. However, the files are not available for pulling nor visible in the Web UI :(
I'm having problem with Git too. Have you been able to push? I can't even push yet.
$ git push origin master error: gnutls_handshake() failed: A TLS fatal alert has been received. while accessing https://projects.forum.nokia.com/git/messagemerge/info/refs
Neither URLs work:
$ git push origin master --force Password: error: gnutls_handshake() failed: A TLS packet with unexpected length was received. while accessing https://ceefour@projects.forum.nokia.com/git/messagemerge.git/info/refs fatal: HTTP request failed
To Forum Nokia Projects maintainer: have you ran "git update-server-info" on all git repos? It seems you're having this issue. See: https://bugs.maemo.org/show_bug.cgi?id=4943
And which one is the correct URL?
https://<user>@projects.forum.nokia.com/git/<project>.git or https://projects.forum.nokia.com/git/<project> ??
Hi ceefour, we are looking into your problem and we will post a solution ASAP.
WRT matnel, it was an error in the parameters he was using, so that is resolved.
ceefour, for the TLS issue can you see this guide? GitQuickStart#GitTLSissue?
The correct URL is with .git at the end. If you want to push changes you will have to authenticate, it will be up to your client if it supports using the username in front of the hostname. Check your manual.
I created a new project but git is not working for it.
I try to clone the repository and get:
$ git clone https://riussi@projects.forum.nokia.com/git/QTUITMPL.git Initialized empty Git repository in c:/source/futu/git/QTUITMPL/.git/ Password: error: error setting certificate verify locations: CAfile: /bin/curl-ca-bundle.crt CApath: none while accessing https://riussi@projects.forum.nokia.com/git/QTUITMPL.git/info/refs fatal: HTTP request failed
Dear riussi, did you fix the issue? I believe we also sent you an e-mail.
Anyway, for the record, you should fix your git client settings, depending on where is your ca-bundle. This is unfortunately not very well done in Windows. find the file curl-ca-bundle.crt and then run:
git config --system http.sslcainfo /<path>/curl-ca-bundle.crt
I have this same issue when trying to use git from MS Windows.
I ran the command you gave :
git config ++system http.sslcainfo C:\Program Files\Git\bin\curl-ca-bundle.crt
and that made the complaint about the certificate go away, but it still says :
" Fatal: HTTP request failed "
Ideas?
Max.

