无法使用 git 的解决方法
引言
效果展示
过程
全局设置用户名
两种效果一样,命令比较简单。
命令
1 | git config user.name "your-username" |
文件
~/.gitconfig
1 | [user] |
could not read Username for ‘https://github.com‘
fatal: could not read Username for 'https://github.com': No such device or address
结论
引用
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.
Comment
