[maemo-developers] Git Push Problem
From: Glaudiston Gomes da Silva glaudistong at gmail.comDate: Wed May 2 23:25:08 EEST 2012
- Previous message: Fremantle on OBS status update
- Next message: Problem with three keys pressed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, It's my first project for maemo garage. I'm experienced with SVN but not in Git. So if it's a dummy question, sorry, but after much search I have no success. I'm not able to clone the project in scratchbox: > [sbox-FREMANTLE_X86: ~/src/tmp] > git clone https://vcs.maemo.org/git/gbooks > Initialize gbooks/.git > Initialized empty Git repository in /home/glaudiston/src/tmp/gbooks/.git/ > Segmentation fault (core dumped) > [sbox-FREMANTLE_X86: ~/src/tmp] > But, I'm able to checkout the project with my host(Ubuntu 12.04) without errors. None of git's commands are working in scratchbox, but since I able to do it with my ubuntu host system, It's not the problem. My problem is the git push fail: > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ git push > Password for 'https://glaudiston@vcs.maemo.org': > Fetching remote heads... > refs/ > refs/heads/ > refs/tags/ > updating 'refs/heads/master' > from d762ee51b6515a5044950ed1096c526acc747558 > to 01bc3de1a51d55f698942f9f0e8cb75b3df72d71 > sending 5 objects > MOVE 4363fdcb0bb93d445f2c2116a15e027f9c3d87cf failed, aborting (22/502) > MOVE e0ecea8fc00c1405a4689761daca811126ccd73e failed, aborting (22/502) > MOVE 7fc1c20aba1f241b75251bcf6398bb96ddaf84b7 failed, aborting (22/502) > MOVE 01bc3de1a51d55f698942f9f0e8cb75b3df72d71 failed, aborting (22/502) > MOVE 35a0d69bd022e037ccec2f24017b23ff9137f998 failed, aborting (22/502) > Updating remote server info > fatal: git-http-push failed > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ I already tried: > export GIT_SSL_NO_VERIFY=1 > git config --global --add http.sslVerify false Some info: > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ git remote -v > origin https://glaudiston@vcs.maemo.org/git/gbooks (fetch) > origin https://glaudiston@vcs.maemo.org/git/gbooks (push) > glaudiston at ton-ubuntu:/scratchbox/users/glaudiston/home/glaudiston/src/git/gbooks$ Any idea of what is my problem?
- Previous message: Fremantle on OBS status update
- Next message: Problem with three keys pressed
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]