随笔分类 - git
摘要:1、C:\Program Files\Git\etc\git-completion.bash: alias ls='ls --show-control-chars --color=auto' 说明:使得在 Git Bash 中输入 ls 命令,可以正常显示中文文件名。 2、C:\Program Files\Git\etc\inputrc: set output-meta on set conver...
阅读全文
摘要:如果输入$ git remote add origingit@github.com:djqiang(github帐号名)/gitdemo(项目名).git 提示出错信息:fatal: remote origin already exists. 解决办法如下: 1、先输入$ git remote rm origin 2、再输入$ git remote add origingit@github...
阅读全文

浙公网安备 33010602011771号