2021/01/how-to-force-git-to-prompt-you-for-a-password/ #674
Replies: 2 comments
-
|
nope, still errors... i was able to clone with password, but as soon as i reset the helper, its back to the password error.. mine also was manager.core bw. C:\NETProjects>git config --system --unset credential.helper C:\NETProjects>git fetch C:\NETProjects>git fetch C:\NETProjects>git config --system credential.helper manager-core C:\NETProjects>git fetch C:\NETProjects>cd \newnetprojects C:\newnetprojects>git fetch C:\newnetprojects>git config --system --unset credential.helper C:\newnetprojects>git fetch C:\newnetprojects>git config --system credential.helper manager-core C:\newnetprojects>git fetch C:\newnetprojects> |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, I was looking for something like this because I had to push to Umbraco Cloud and it was just saying auth failed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
2021/01/how-to-force-git-to-prompt-you-for-a-password/
A fun git challenge! I had to make a request against a remote repository in git. The only issue is that only a shared GitHub account had access, not my own account (due to a vendor limitation). So when I occasionally needed to use this remote, I would have to log out and log in as the service account. It just seemed a bit messy.
https://seankilleen.com/2021/01/how-to-force-git-to-prompt-you-for-a-password/
Beta Was this translation helpful? Give feedback.
All reactions