注意
出现1 git: 'credential-cache' is not a git command. See 'git --help'.
解决
./git/config里面添加
|
|
执行1234 git config --global user.name "username" git config --global user.email "username@gmail.com" git config --global credential.helper wincred