Git 版本库 之使用

一、git 使用

  如果出现以上的报错,使用一下解决:

git config --unset-all credential.helper
git config --global credential.helper credential-wincred

 二、单独的仓库:

  添加:

git remote set-url origin "https://..."
git config remote.origin.url "https://..."

git remote add origin git@github:bx_reader/bx-reader-api.git

  删除

git remote rm origin

猜你喜欢

转载自www.cnblogs.com/shangguanruoling/p/11896662.html