Comment autoriser l'autorisation de mon nouveau compte github

Exemples de code

0
0

Comment autoriser l'autorisation de mon nouveau compte github

Here is your problem:

$ git config --get remote.origin.url
https://github.com/aliesoft/alienspine.git

You are using the HTTPS protocol. You can try to use public and private RSA keys to access your git repository. A tutorial on how to generate and add your public key to your profile can be found here: https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent

After setting up the SSH key, try to push your code to [email protected]/alienspine.git. Change your remote origin with:

git remote set-url origin [email protected]:aliesoft/alienspine.git

Pages connexes

Pages d'exemples similaires

Dans d'autres langues

Cette page est dans d'autres langues

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................