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...
原创
2022-05-18 15:12:16 ·
2289 阅读 ·
0 评论