
git
♪和曲而歌♪
从入坑到再次入坑!
展开
-
git不能push文件
当我在拉取的项目中做完新功能准备提交时,嗯哼?不能push,请看下面报错: PS D:\workFile\******\piccapp> git push remote: You are not allowed to push code to this project. fatal: unable to access 'https://gitlab.******.com/******/specialapp-web.git/': The requested URL returned error: 403原创 2020-06-25 19:42:51 · 1060 阅读 · 0 评论 -
git常用命令
查看远程仓库地址 git remote -v 存储密码凭证 设置别名 获取config信息以及配置 git config --list // 获取config信息 git config --global core.safecrlf false // 去掉git add 命令后 出现的一堆CR LF提示信息 其中CR是回车的意思 LF是换行 git config --global credential.helper wincred // 存储凭证 (可用于输入一次用户密码后,不再输入 有时我们已经.原创 2020-06-23 10:24:33 · 143 阅读 · 0 评论