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
For password I use a token from github.com/settings/tokens
But got a 404 Error. I tried reinstalling hub, but got the same result. I even factory reseted my PC in the hope it would fix it.
I also tried github password or the passphrase used for the file generated from the first command in the more info section (below), but these return a 401 Error: Bad Credentials
github.com username: dogaruemiliano
github.com password for dogaruemiliano (never stored):
> POST https://api.github.com/authorizations
> Authorization: Basic [REDACTED]
{"scopes": ["repo"], "note": "hub for [email protected]", "note_url": "http://hub.github.com/"}
< HTTP 404
{"message":"Not Found","documentation_url":"https://docs.github.com/rest"}
More info:
This are the steps I did previous to this problem (from a tutorial)
I was prompted for a passphrase, typed one and pressed enter.
Then I gave my public key to GitHub.
cat ~/.ssh/id_ed25519.pub
- Copy that text from ssh to the end of your email address
- Go to github.com/settings/ssh
- Click on Add SSH key
- Fill in the Title with your computer name
- Paste the Key
- Finish by clicking on the Add key green button.
To check that this step is completed, in the terminal I execute:
Versions
macOS 11.0.1 (20B50)
git version 2.24.3 (Apple Git-128)
hub version 1.12.4
PS: It might be a bug or I don't know how to use it. I am not experienced with the setup, we only did it once at the beginning of thee bootcamp. I changed my PC and had to do it on my own. Thank you for reading this!
The text was updated successfully, but these errors were encountered:
Command attempted:
HUB_VERBOSE=1 hub create
What happened:
For password I use a token from github.com/settings/tokens
But got a
404 Error
. I tried reinstalling hub, but got the same result. I even factory reseted my PC in the hope it would fix it.I also tried github password or the passphrase used for the file generated from the first command in the more info section (below), but these return a
401 Error: Bad Credentials
More info:
This are the steps I did previous to this problem (from a tutorial)
I was prompted for a passphrase, typed one and pressed enter.
Then I gave my public key to GitHub.
cat ~/.ssh/id_ed25519.pub
To check that this step is completed, in the terminal I execute:
And get this output:
Steps from this setup tutorial
Versions
macOS 11.0.1 (20B50)
git version 2.24.3 (Apple Git-128)
hub version 1.12.4
PS: It might be a bug or I don't know how to use it. I am not experienced with the setup, we only did it once at the beginning of thee bootcamp. I changed my PC and had to do it on my own. Thank you for reading this!
The text was updated successfully, but these errors were encountered: