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
After creating the SSH key you still can get prompted for username and password while trying to add your commit to the repo.
The reason for this is that when you follow this instruction :
"Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon."
The link in your clipboard" is an http address.
But for SSH authetication you need a '[email protected]:' address.
🐞 Problem
Adding some extra info to the 'authentication error' block can save time and head scratching to some of the future contributors.
🎯 Goal
It took me some time and googling to figure out what the problem was.
Solving this issue will save time for some of the future contributors.
💡 Possible solutions
Adding info regarding this issue and how to solve it.
📋 Steps to solve the problem
Changes to the readme.md file are made and commited with pull request #90727.
The text was updated successfully, but these errors were encountered:
After creating the SSH key you still can get prompted for username and password while trying to add your commit to the repo.
The reason for this is that when you follow this instruction :
"Go to your GitHub account, open the forked repository, click on the code button and then click the copy to clipboard icon."
The link in your clipboard" is an http address.
But for SSH authetication you need a '[email protected]:' address.
🐞 Problem
Adding some extra info to the 'authentication error' block can save time and head scratching to some of the future contributors.
🎯 Goal
It took me some time and googling to figure out what the problem was.
Solving this issue will save time for some of the future contributors.
💡 Possible solutions
Adding info regarding this issue and how to solve it.
📋 Steps to solve the problem
Changes to the readme.md file are made and commited with pull request #90727.
The text was updated successfully, but these errors were encountered: