python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Automating git commands in C# does not remember Windows Credential Manager credentials
I have a LINQPad script that issues git commands via the cli using C# Process class and performs commands for several repositories at once. The repositories are hosted on a TFS server. Everything wo...
Terry
Votes: 0
Answers: 0
Git Personal Access Token caching
"C:\ProgramData\Miniconda3\Scripts\gh.exe auth git-credential get: C:ProgramDataMiniconda3Scriptsgh.exe: command not found"
Error message showing when I use git push.
git push task is comple...
Suwethan M
Votes: 0
Answers: 1
Where are the git credentials stored after cloning private repository | windows 10
This: Where the git clone passwords are being stored or cached? is basically the question I have but it's unanswered.
If I clone a private repository from my github account via https, i get asked for ...
swftowu69
Votes: 0
Answers: 1
custom git credential helper using java hangs at user input
I am developing a custom git credential helper using java and trying to implement azure device code flow in the background.
As part of implementation i have to print URL and device code on console wh...
Umesh Kumar
Votes: 0
Answers: 1