Skip to content

Authentication failed #5298

Discussion options

You must be logged in to vote

The log had tell you why

remote: Support for password authentication was removed on August 13, 2021.

in ssh

you are not using ssh but https .


If you want to use https, please make sure your password is correct, or try using personal access token


I would recommend to use ssh.
Before that, you need to configure the ssh key on your computer and github.

deploy:
  - type: git
-    repo: https://github.com/<username>/<repo>.git
+    repo: [email protected]:<username>/<repo>.git

see hexojs/hexo-deployer-git for more

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by yoshinorin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #5297 on September 20, 2023 13:15.