github上传但是已经设置了ssh key还要输入密码账号的解决办法
关于hexo
hexo博客的话
在博客根目录
https://github.com/你的github名字/你的github仓库.git改成 git@github.com:用户名/仓库名.git
这样就不用了
关于在本地的仓库
在仓库根目录
输入
1 | git remote remove origin |
hexo博客的话
在博客根目录
https://github.com/你的github名字/你的github仓库.git改成 git@github.com:用户名/仓库名.git
这样就不用了
在仓库根目录
输入
1 | git remote remove origin |