git refusing to fetch into current branch

前端 未结 7 1584
不思量自难忘°
不思量自难忘° 2020-12-05 03:39

I set up a remote repository and I can push new changes to it, but I cannot fetch from it, I always get the (rather cryptic) error message:

fatal: Refusing t         


        
7条回答
  •  北海茫月
    2020-12-05 04:34

    Also this this should work if you are in master branch and wants to get latest try this

    git pull origin master

提交回复
热议问题