#mac git使用与配置踩过的坑
标题mac配置git ssh密钥
参考链接mac配置git ssh key
go get安装失败的解决方法
go get约等于git clone+go install,下载安装git仓代码时报错fatal: could not read Username … terminal prompts disabled。解决方法:
方法1. 使用git clone下载,按目录放置在path文件夹下go install安装。
方法2. (https://blog.youkuaiyun.com/jackgo73/article/details/90604180)