Hi Sergey,
On Tue, 23 Nov 2021, Sergey Beloglazov wrote:
> C:
> cd C:\ProjectDir
> git fetch --all
>
> When I run it e.g. by using double-click in Windows Explorer it hangs. I
> wait for 1-2 minutes, but nothing happens. I tried add -v parameter to git.
> It shows all updated branches and hangs after it. I made a Windows link
> with working folder c:\ProjectDir and chandged .bat to 1 line command:
>
> git fetch --all
>
> But it hangs too. How can I use Windows Git in a .bat file?
Curious.
Have you had a chance to see what it does by running Process Monitor
(
https://docs.microsoft.com/en-us/sysinternals/downloads/procmon)?
Ciao,
Johannes