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
Can someone help me with this issue:
`| => docker run --rm -it -v ~/.ssh:/root/.ssh -v ${PWD}:/docs squidfunk/mkdocs-material gh-deploy
INFO - Cleaning site directory
INFO - Building documentation to directory: /docs/site
INFO - Documentation built in 0.79 seconds
INFO - Copying '/docs/site' to 'gh-pages' branch and pushing to GitHub.
ERROR - Failed to deploy to GitHub with error:
/root/.ssh/config: line 3: Bad configuration option: usekeychain
/root/.ssh/config: terminating, 1 bad configuration options
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
`
My ~/.ssh/id_rsa.pub is attached to remote. I had to remove UseKeychain yes to make this work.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can someone help me with this issue:
`| => docker run --rm -it -v ~/.ssh:/root/.ssh -v ${PWD}:/docs squidfunk/mkdocs-material gh-deploy
INFO - Cleaning site directory
INFO - Building documentation to directory: /docs/site
INFO - Documentation built in 0.79 seconds
INFO - Copying '/docs/site' to 'gh-pages' branch and pushing to GitHub.
ERROR - Failed to deploy to GitHub with error:
/root/.ssh/config: line 3: Bad configuration option: usekeychain
/root/.ssh/config: terminating, 1 bad configuration options
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
`
My ~/.ssh/id_rsa.pub is attached to remote. I had to remove
UseKeychain yes
to make this work.Beta Was this translation helpful? Give feedback.
All reactions