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
@SoyBison: a few students are having trouble with authenticating their GitHub accounts on the command line. It seems most are using https access to their repos and then having to type their username and a personal access token to push.
let's find a better way that's low cost and doesn't involve installing special tools?
can you check here for options that work on Ubuntu on Windows?
i believe i used credential.helper in the past, but don't face this myself because i use ssh instead of https (but don't think that's worth the hassle for them to set up).
The text was updated successfully, but these errors were encountered:
Github has phased out support for HTTPS using credential.helper, so they will have to either use the github cli or set up ssh keys. Or use the authentication tokens.
@SoyBison: a few students are having trouble with authenticating their GitHub accounts on the command line. It seems most are using https access to their repos and then having to type their username and a personal access token to push.
let's find a better way that's low cost and doesn't involve installing special tools?
can you check here for options that work on Ubuntu on Windows?
i believe i used credential.helper in the past, but don't face this myself because i use ssh instead of https (but don't think that's worth the hassle for them to set up).
The text was updated successfully, but these errors were encountered: