git fatal: could not read Username for ‘http://xxx.xxx.xxx‘: No such device or address
写了个 脚本自动pull 远程代码 跑的时候踩了个坑解决方案:修改url打开.git文件夹下面的config配置文件https://{username}:{password}@{git仓库地址}.git[remote "origin"]url = https://{username}:{password}@{git仓库地址}.git...
·
写了个 脚本自动pull 远程代码 跑的时候踩了个坑
解决方案:修改url
打开.git文件夹下面的config配置文件
https://{username}:{password}@{git仓库地址}.git
[remote "origin"]
url = https://{username}:{password}@{git仓库地址}.git
更多推荐
已为社区贡献1条内容
所有评论(0)