103 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
59
views
Git Config Issue related to Git Credential Helper
I have been facing some authentication issue.
What is being used
Windows machine
Gcloud SDK is installed and configuration has been done
Google Cloud source repository
Git Bash terminal
Repository ...
0
votes
0
answers
302
views
How to Change the Default Browser for Git Authentication on Linux (Ubuntu) for Azure Repos?
I'm trying to configure Git to use Google Chrome instead of Firefox for authentication prompts when working with Azure Repos on Ubuntu. I want to use Firefox (default) for GitHub but Chrome for azure-...
4
votes
1
answer
634
views
Git launches the "Select an account" popup all the time
Context: after installing Sourcetree on a completely clean Windows 11 installation, when I log in to my GitHub account using HTTPS, after every interaction with the repository GitHub launches a popup ...
0
votes
0
answers
23
views
.git-credentials order breaks git-push [duplicate]
EDIT: If it was a duplicate question I would have found it. This is a different way I get the problem, stop gatekeeping ffs, others need to find it too.
This is driving me nuts...
The ordering of the ...
2
votes
0
answers
263
views
VSCode is not using Git Credential Manager from host within Remote SSH environment
I just wanted to know if it is possible to forward Git Credential Manager from my Windows host to an Ubuntu VM through Remote SSH extension like we can do with Dev Containers.
I tried to clone (with ...
0
votes
1
answer
908
views
Private NuGet Source Feed 401 Unauthorized - Rider / SourceTree (Git Credential Manager) -> after migrating Microsoft account domain
I've got recently account domain changed (e.g. from [email protected] to [email protected]) and everything is correctly set up in Microsoft Azure DevOps and I can login into Azure DevOps, ...
0
votes
0
answers
313
views
Git NTLM authentication failure
I'm using Git to clone a repo hosted on an Azure DevOps server. I have been using it for a while from some clients. (Usually from Visual Studio.) Now I have installed Git on a new client (Visual ...
-1
votes
4
answers
10k
views
`git pull --rebase origin dev xxxxx.git` require autentication
I want to push some software to 'dev' branch. Software was developed to another computer with Windows and currently I have reinitialize git repository from scratch on Linux machine and want to push my ...
4
votes
3
answers
3k
views
Git: intermittent failure with remotes "Recv failure: Connection was reset"
After installing Git on the new Windows machine and pulling/pushing to the Azure DevOps remotes (which works fine on other machines) I intermittently get the following error:
Git failed with a fatal ...
8
votes
1
answer
771
views
How to fix duplicate account in git credential manager
git version 2.41.0.windows.2
PowerShell version 7.3.5
When I run git credential-manager github list, credential manager shows the same account twice:
PS C:\Users\<redacted>\dev\src\cs\<...
0
votes
0
answers
226
views
Problems with git credential manager
I am facing issues with the git credential manager.
I have 2 accounts, and I have specific repositories that use a specific account. Until now, I logged-out and logged-in everytime at VSC, till I ...
1
vote
2
answers
2k
views
Git credential manager complains that my browser blocks cookies
I am trying to manually clone a git repositories hosted in Azure DevOps as follows:
git clone https://<my-azure-devops-project>
but git credential manager complains that my browser is blocking ...
7
votes
2
answers
4k
views
Git Credential Manager failing with unsupported browser error
I'm using Git For Windows 2.40.1 on Windows 10 to access a repository on Azure DevOps. It was working fine on Friday, today it's broken.
Any attempt to access the repo launches the Git Credential ...
2
votes
1
answer
304
views
fatal: Failed to locate a utility to launch the default web browser in GIT
I have a situation with git on WSL
I use the Debian distro.
When trying to push the local to the remote repo: git push -u origin main; tries to authenticate but stays in the following:
info: please ...
2
votes
0
answers
1k
views
Can not use git credential manager on Ubuntu
I have some repositories on Bitbucket that I can clone them using the git command line (HTTPS) it saves my password in Git Credential Manager and I do not need to enter it every time I am to pull or ...