我有两台机器打开,推进和拉出GitHub仓库。在一台机器上,Emacs magit工作正常,分段,提交,然后推或拉。另一方面,它一直在失败。对于推动它说:
remote part of refspec is not a valid name in master:https://github.com/myrepo...[See buffer *magit-process* for details]
在同一台机器上执行命令提示工作正常。它要求输入用户名和密码,并完成推送。但是当我尝试做一个magit时,它会问:
Pull branch from remote origin:
...并且不会接受我打字的任何东西,给我
Git failed...[See buffer *magit-process* for details]
再次,从终端拉动工作正常。那么这可能是什么? BTW,无论如何这个 magit-process 缓冲区在哪里?