4

I updated my windows a few days ago and since then git has not worked right. When I run the command "git pull" or "git fetch", most of the time they do not work, simply nothing happens.

Nothing happens when i run the command. Nothing happens when i run the command.

Following the suggestion of KurzedMetal:

I ran the command, but stopped at this point and nothing happened

enter image description here

user3745828
  • 82
  • 1
  • 7
  • 1
    maybe it's some kind of bug / incompatibility of Cygwin with Windows 10? slow servers?, too broad. – KurzedMetal Aug 06 '15 at 13:40
  • some suggestion how i can fix that incompatibility / bug? – user3745828 Aug 06 '15 at 13:45
  • 1
    Try [this](http://stackoverflow.com/a/25390120/236871) and [this](http://stackoverflow.com/q/6178401/236871) and add the verbose/debug info to your question. – KurzedMetal Aug 06 '15 at 13:47
  • my colleague is with the same version of git in your PC and also windows 10 and the error does not occur. – user3745828 Aug 06 '15 at 13:47
  • Recommend closing as off-topic. Try the question on SuperUser.com... – nwinkler Aug 06 '15 at 14:02
  • Bad idea to upgrade. Why'd you do that? –  Aug 06 '15 at 18:45
  • I'm using Windows 10 and Msys Git 1.9.5 with zero problems. I am not using the Bash for Git for Windows monstrosity however. I'm working with Git directly from the Windows Command Line. If Git is on your %PATH%, I recommend trying that. – whoisj Aug 06 '15 at 18:52

1 Answers1

0

I've found that if I pull via Visual Studio, it can download the data normally. (I do not know exactly what the command that Visual Studio runs, only that this has worked for me.)

However, when I pull from the command line, sometimes it just doesn't return. So try using git from Visual Studio as a work-around.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275