remote: You do not have permission push to this repository fatal: unable to
时间:2020-06-27 22:29:39
收藏:0
阅读:3325
场景:git总是提示权限不足,提交不了代码



温馨提示:
如果不想每次都输入密码或者账号:
git config --global user.name ***
git config --global user.email ***@**.com
原文:https://www.cnblogs.com/kpengfang/p/13200168.html
评论(0)