git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* How to find the cause of 'git push' stopping on 'Writing objects'?
@ 2017-03-11 11:55 Luuk
  2017-03-11 12:34 ` Ævar Arnfjörð Bjarmason
  0 siblings, 1 reply; 2+ messages in thread
From: Luuk @ 2017-03-11 11:55 UTC (permalink / raw)
  To: git

I am new to GIT, so i'm playing around with a repository and git is 
hanging on 'git push',
How can i find out what i'm doing wrong here?

D:\TEMP\test\test>git remote -v
origin  git://mini/test.git (fetch)
origin  git://mini/test.git (push)

D:\TEMP\test\test>git status
On branch master
Your branch is ahead of 'origin/master' by 3 commits.
   (use "git push" to publish your local commits)
nothing to commit, working tree clean

D:\TEMP\test\test>git push -v
Pushing to git://mini/test.git
Looking up mini ... done.
Connecting to mini (port 9418) ... 192.168.178.50 done.
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (9/9), done.
^Citing objects: 100% (9/9)
D:\TEMP\test\test>
D:\TEMP\test\test>git add *

D:\TEMP\test\test>git push -v
Pushing to git://mini/test.git
Looking up mini ... done.
Connecting to mini (port 9418) ... 192.168.178.50 done.
Counting objects: 9, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (9/9), done.
^Citing objects: 100% (9/9)
D:\TEMP\test\test>
D:\TEMP\test\test>git status
On branch master
Your branch is ahead of 'origin/master' by 3 commits.
   (use "git push" to publish your local commits)
nothing to commit, working tree clean

D:\TEMP\test\test>git fetch -v
Looking up mini ... done.
Connecting to mini (port 9418) ... 192.168.178.50 done.
 From git://mini/test
  = [up to date]      master     -> origin/master

D:\TEMP\test\test>git --version
git version 2.12.0.windows.1

D:\TEMP\test\test>

The git-server i'm using is on a mac-mini:
git --version
git version 2.10.1 (Apple Git-78)



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to find the cause of 'git push' stopping on 'Writing objects'?
  2017-03-11 11:55 How to find the cause of 'git push' stopping on 'Writing objects'? Luuk
@ 2017-03-11 12:34 ` Ævar Arnfjörð Bjarmason
  0 siblings, 0 replies; 2+ messages in thread
From: Ævar Arnfjörð Bjarmason @ 2017-03-11 12:34 UTC (permalink / raw)
  To: Luuk; +Cc: Git Mailing List

On Sat, Mar 11, 2017 at 12:55 PM, Luuk <luuk34@gmail.com> wrote:
> I am new to GIT, so i'm playing around with a repository and git is hanging
> on 'git push',
> How can i find out what i'm doing wrong here?
>
> D:\TEMP\test\test>git remote -v
> origin  git://mini/test.git (fetch)
> origin  git://mini/test.git (push)
>
> D:\TEMP\test\test>git status
> On branch master
> Your branch is ahead of 'origin/master' by 3 commits.
>   (use "git push" to publish your local commits)
> nothing to commit, working tree clean
>
> D:\TEMP\test\test>git push -v
> Pushing to git://mini/test.git
> Looking up mini ... done.
> Connecting to mini (port 9418) ... 192.168.178.50 done.
> Counting objects: 9, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (9/9), done.
> ^Citing objects: 100% (9/9)
> D:\TEMP\test\test>
> D:\TEMP\test\test>git add *
>
> D:\TEMP\test\test>git push -v
> Pushing to git://mini/test.git
> Looking up mini ... done.
> Connecting to mini (port 9418) ... 192.168.178.50 done.
> Counting objects: 9, done.
> Delta compression using up to 4 threads.
> Compressing objects: 100% (9/9), done.
> ^Citing objects: 100% (9/9)
> D:\TEMP\test\test>
> D:\TEMP\test\test>git status
> On branch master
> Your branch is ahead of 'origin/master' by 3 commits.
>   (use "git push" to publish your local commits)
> nothing to commit, working tree clean
>
> D:\TEMP\test\test>git fetch -v
> Looking up mini ... done.
> Connecting to mini (port 9418) ... 192.168.178.50 done.
> From git://mini/test
>  = [up to date]      master     -> origin/master
>
> D:\TEMP\test\test>git --version
> git version 2.12.0.windows.1
>
> D:\TEMP\test\test>
>
> The git-server i'm using is on a mac-mini:
> git --version
> git version 2.10.1 (Apple Git-78)

What's the output of those commands prefixed with GIT_TRACE=1? (See
"man git for how trace works).

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-03-11 12:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-11 11:55 How to find the cause of 'git push' stopping on 'Writing objects'? Luuk
2017-03-11 12:34 ` Ævar Arnfjörð Bjarmason

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).