-
-
Notifications
You must be signed in to change notification settings - Fork 81.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Password authentification and ssh #54360
Comments
you can try creating a personal token and use it as a password |
What is the reason the setup of Public+private key authentication is not mentioned? |
💡 Possible solution |
can you assign me this issue |
I had same problem. But then I tried again by making sure to clone with the SSH link, not the HTTPS link |
This is a beginner tutorial, I would advise against including SSH configuration. Configuring SSH can be intimidating for new users, especially those who are not familiar with GitHub or terminal commands. Instead, I suggest sticking with HTTPS, as it is straightforward and only requires a Personal Access Token (PAT) for authentication. This approach would be more user-friendly for beginners. If want, we can provide an additional tutorial specifically focused on SSH configuration and add a link to it. That's my thought on it. |
A tutorial might help
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Esh ***@***.***>
Sent: Tuesday, June 27, 2023 9:31:10 PM
To: firstcontributions/first-contributions ***@***.***>
Cc: Bafna Jainit Sushil ***@***.***>; Comment ***@***.***>
Subject: Re: [firstcontributions/first-contributions] Password authentification and ssh (Issue #54360)
This is a beginner tutorial, I would advise against including SSH configuration.
Configuring SSH can be intimidating for new users, especially those who are not familiar with GitHub or terminal commands. Instead, I suggest sticking with HTTPS, as it is straightforward and only requires a Personal Access Token (PAT) for authentication.
This approach would be more user-friendly for beginners. If want, we can provide an additional tutorial specifically focused on SSH configuration and add a link to it. That's my thought on it.
—
Reply to this email directly, view it on GitHub<#54360 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWXKKITGRZBBS5ODYVJ3WFLXNL7UNANCNFSM6AAAAAAQUMJZYM>.
You are receiving this because you commented.Message ID: ***@***.***>
|
For ssh
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: Bafna Jainit Sushil ***@***.***>
Sent: Tuesday, June 27, 2023 9:32:53 PM
To: firstcontributions/first-contributions ***@***.***>; firstcontributions/first-contributions ***@***.***>
Cc: Comment ***@***.***>
Subject: Re: [firstcontributions/first-contributions] Password authentification and ssh (Issue #54360)
A tutorial might help
Get Outlook for Android<https://aka.ms/AAb9ysg>
________________________________
From: Esh ***@***.***>
Sent: Tuesday, June 27, 2023 9:31:10 PM
To: firstcontributions/first-contributions ***@***.***>
Cc: Bafna Jainit Sushil ***@***.***>; Comment ***@***.***>
Subject: Re: [firstcontributions/first-contributions] Password authentification and ssh (Issue #54360)
This is a beginner tutorial, I would advise against including SSH configuration.
Configuring SSH can be intimidating for new users, especially those who are not familiar with GitHub or terminal commands. Instead, I suggest sticking with HTTPS, as it is straightforward and only requires a Personal Access Token (PAT) for authentication.
This approach would be more user-friendly for beginners. If want, we can provide an additional tutorial specifically focused on SSH configuration and add a link to it. That's my thought on it.
—
Reply to this email directly, view it on GitHub<#54360 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AWXKKITGRZBBS5ODYVJ3WFLXNL7UNANCNFSM6AAAAAAQUMJZYM>.
You are receiving this because you commented.Message ID: ***@***.***>
|
You're right, and I completely agree. I commented on this in the context of the README.md file; it only mentions and provides a link for SSH configuration. We can improve the README.md file by including an optional link for configuring SSH and recommending them Personal Access Token (PAT) with a link to the official doc. |
Thank you for this project.
I have some troubles : when I want to push changes to GitHub, I get this message:
I use ssh and it stills ask me for my username and password.
🎯 Goal
Since password authentication has been removed, it is better, in my opinion, to take this into account in this admirable tutorial. I think that a user, like me who is just starting to learn to code, could quickly get discouraged, especially since he has almost reached his goal. And if he used, like me ssh, he will be asked again and again for the password.
💡 Possible solutions
I overcome this problem with this command:
git remote set-url origin [[email protected]](mailto:[email protected]):<Username>/<Project>.git
The text was updated successfully, but these errors were encountered: