0

I have a problem that my repository is not pushed to github. My repository is located on my pc and I committed it with SourceTree and want to push it upwards to github.

The output says this:

git -c diff.mnemonicprefix=false -c core.quotepath=false push -v --tags --set-upstream ots master:master POST git-receive-pack (chunked)

And processbar keeps moving and moving and moving but nothing happens. Any ideas? Thanks.

etalon11
  • 895
  • 2
  • 13
  • 36

1 Answers1

0

Finally I managed to solve this issue. A timeout appeared after several minutes. I tried to increase the https package size but this didn't help either.

Then I realized what I changed recently: I added several nuget-packages. The package folder had a size of 140MB and was not excluded by .gitignore. I added this to the .gitignore and pushing was working again.

Josh Correia
  • 3,807
  • 3
  • 33
  • 50
etalon11
  • 895
  • 2
  • 13
  • 36