Cygwin git fork() error on pull

前端 未结 5 1101
猫巷女王i
猫巷女王i 2021-02-01 04:54

The basic problem is that sometimes when I do

git pull upstream master

I get

remote: Counting objects: 172, done.
remote: Comp         


        
5条回答
  •  眼角桃花
    2021-02-01 05:31

    This is addressed here: http://cygwin.wikia.com/wiki/Rebaseall

    In short, close all windows and run this:

    C:\cygwin\bin\dash.exe -c '/usr/bin/rebaseall -v'
    

    This fixes all related issues with forking. I had issues with forking aspell from emacs as well as git.

提交回复
热议问题