You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the latest version of hexo-deployer-git but I can't access my repo. Here's the error:
remote: Support for password authentication was removed on August 13, 2021. Please use a personal access token instead.
remote: Please see https://github.blog/2020-12-15-token-authentication-requirements-for-git-operations/ for more information.
fatal: unable to access 'https://github.com/*****.github.io/': The requested URL returned error: 403
FATAL { err:
{ Error: Spawn failed
at ChildProcess.<anonymous> (F:\Hexo\node_modules\hexo-util\lib\spawn.js:52:19)
at ChildProcess.emit (events.js:198:13)
at ChildProcess.cp.emit (F:\Hexo\node_modules\cross-spawn\lib\enoent.js:40:29)
at Process.ChildProcess._handle.onexit (internal/child_process.js:248:12) code: 128 } } 'Something\'s wrong. Maybe you can find the solution here: %s' 'https://hexo.io/docs/troubleshooting.html'
The text was updated successfully, but these errors were encountered:
masterrite
changed the title
Added personal token in _config.yaml but still can't access git
Added personal token in _config.yml but still can't access git
Aug 18, 2021
hexojs/hexo#4757 (comment) is right , you need add your username to the url, like this https://oauth2:ghp_********@github.com/yourusername/yourusername.github.io, it's work for me
I'm using the latest version of hexo-deployer-git but I can't access my repo. Here's the error:
Here's the _config.yaml for deployer:
The text was updated successfully, but these errors were encountered: