84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
“JasonXin” 是我之前的 gitHub账号,我已经执行 git config --global user.name 以及邮箱 换过账号了,怎么会报这个错误?本地查看当前的账号也是我目前新的 gitHub账号啊? 有老司机帮瞅瞅么。。。。
业精于勤,荒于嬉;行成于思,毁于随。
你用的是ssh地址,目测是本地没有对应的ssh私钥,或者github没有上传你的公钥,具体可以看官方教程
我可能知道了,你看看你的_config.yml配置文件中有个
_config.yml
deploy: type: git repo: git@github.com:your_name/Hexo_Blog.git branch: gh-pages
这个改了吗?
试试用ssh地址
你用的是ssh地址,目测是本地没有对应的ssh私钥,或者github没有上传你的公钥,具体可以看官方教程
我可能知道了,你看看你的
_config.yml
配置文件中有个这个改了吗?
试试用ssh地址