以项目 https://github.com/mazeyqian/mazey 为例,查看远程地址:
# check
git remote -v;
origin https://github.com/mazeyqian/mazey.git (fetch)
origin https://github.com/mazeyqian/mazey.git (push)
"Git 修改远程地址"继续阅读
以项目 https://github.com/mazeyqian/mazey 为例,查看远程地址:
# check
git remote -v;
origin https://github.com/mazeyqian/mazey.git (fetch)
origin https://github.com/mazeyqian/mazey.git (push)
"Git 修改远程地址"继续阅读
git rm -r --cached .
git add .
git commit -m "chore: clean cache"
git push