Discussion:
Git Push Problem
Glaudiston Gomes da Silva
2012-05-02 20:25:08 UTC
Permalink
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.
[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.
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
export GIT_SSL_NO_VERIFY=1
git config --global --add http.sslVerify false
Any idea of what is my problem?

Loading...