git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Luuk <luuk34@gmail.com>
To: git@vger.kernel.org
Subject: How to find the cause of 'git push' stopping on 'Writing objects'?
Date: Sat, 11 Mar 2017 12:55:37 +0100	[thread overview]
Message-ID: <05e6903d-336d-23df-a4be-13c4030c6c82@gmail.com> (raw)

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)



             reply	other threads:[~2017-03-11 11:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-11 11:55 Luuk [this message]
2017-03-11 12:34 ` How to find the cause of 'git push' stopping on 'Writing objects'? Ævar Arnfjörð Bjarmason

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=05e6903d-336d-23df-a4be-13c4030c6c82@gmail.com \
    --to=luuk34@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).