
git
unix_sky
这个作者很懒,什么都没留下…
展开
-
IDEA Git版本回滚提交方式
IDEA Git版本回滚提交方式_weixin_34072637的博客-优快云博客转载 2021-11-30 10:59:01 · 130 阅读 · 0 评论 -
git push代码提示没有权限remote: You are not allowed to push code to this project.
git.exe push --progress "origin" master:masterremote: You are not allowed to push code to this project.fatal: unable to access 'http://xxx:8086/ennt/wr.git/': The requested URL returned error: 403git did not exit cleanly (exit code 128) (860 ms @ 202原创 2021-05-06 18:00:55 · 11983 阅读 · 3 评论 -
TortoiseGit 记住用户名和密码的方法
在C盘找到 .gitconfig 的文件 写入里面会有你先前配好的name 和email信息,然后你只需要在下面加一行 [credential] helper = store 保存后在目录里生成一个文件 .git-credentials ,保存用户信息最后当你下次使用git操作时,再输入用户名 和密码 ,git就会自动记住...原创 2021-05-06 17:57:28 · 855 阅读 · 0 评论