git-for-windows Questions

5

I wanted to push to a remote repo on GitHub. I typed git pull origin main exactly as I have a hundred times but I get the error: fatal: Unable to persist credentials with the 'wincredman' credentia...
Sivan asked 21/6, 2022 at 3:43

5

I work with a new Windows installation and the same folder on my network share (NAS System). After installing git and tortoisegit I tried to connect to the git repository, but I always get this err...
Indescribable asked 18/8, 2022 at 18:57

2

I installed the Git-2.34.0-64-bit.exe from Git for Windows and picked most of the default options. The install said that it was going to use the "git-credential-manager-core" which seems ...
Frill asked 22/11, 2021 at 13:6

7

Solved

I want to force Git to check out files under Windows using just LF not CR+LF. I checked the two configuration options, but was not able to find the right combination of settings. I want to convert ...
Popple asked 25/3, 2010 at 16:7

4

Solved

When I run git blame on a file in a folder e,g,: git blame Foo/FileA.txt it returns fatal: no such path 'Foo/FileA.txt' in HEAD I can clearly see that this file exists on the file system, and o...
Biathlon asked 6/2, 2017 at 21:40

3

I am getting the below error while cloning my repository: please suggest Gurudas@Gurudas MINGW64 /e/Python/Python Programs (master) $ git clone https://github.com/Anu1996rag/Python_Basics.git Clon...
Erlineerlinna asked 29/12, 2019 at 6:20

7

I am working on a work PC which has a windows OS and I'm used to using ubuntu OS for rails development. I installed everything properly with wsl as ubuntu on VSCode and git for windows but the prob...
Eldreeda asked 19/4, 2022 at 2:13

7

Solved

When I type: git push origin master Error : fatal: unable to access 'https://github.com/<github-username>/<repository-name>.git/': getaddrinfo() thread failed to start What do I do? Th...
Formula asked 25/1, 2020 at 17:23

8

Solved

I have a little question: How can I remove the "git bash here" and "git gui here" from my menu context in my Documents directory? I have tried: Reinstalling the Git-2.15.0-64-b...
Waldheim asked 2/11, 2017 at 20:52

4

I am trying to install Git on Windows 10, but without Git Bash or GUI. I want to use Git in PowerShell and I would like not to bloat my PC. I know the install size is small, but that's not the issu...
Trusteeship asked 2/6, 2020 at 14:8

1

I created a new Windows Server 2022 VM, installed all pending updates, then installed the latest versions of Office 365 and Visual Studio 2022. Edge is already the system default browser: When I t...
Trichocyst asked 17/3, 2023 at 10:20

6

Solved

I recently updated my Git Extension to 3.0.2.5232 and now my git is no longer supported. When I run: git --version I get git version 2.9.0.windows.1 However, I can't just download the lates...
Tracheitis asked 14/3, 2019 at 13:13

2

Solved

I am running OpenSSH on Windows, using the built-in OpenSSH included since the Autumn/Fall Creators Update. I am using ssh just fine in my PowerShell, but Visual Studio Remote Development (and I gu...
Macintosh asked 23/3, 2020 at 18:14

2

I've recently upgraded to git version 2.33.1.windows.1 and includeif does not seem to be working. Can anyone else confirm? I can't remember what my previous git version was. My config is as follows...
Epenthesis asked 16/11, 2021 at 11:24

2

Solved

I followed GitHub's instructions for telling git about my SSH key, but when I tried to sign a commit git commit -S I got this error: error: Load key "C:\\Users\\MyName\\AppData\\Local\\Temp/...
Jibe asked 8/9, 2022 at 6:32

3

On a new machine I installed Git for Windows 2.37.1.windows.1, which also installed Git Credential Manager Core 2.0.785+6074e4e3d3. I created a Bitbucket app password. Then I tried to access a priv...
Massotherapy asked 10/8, 2022 at 23:12

1

Solved

I was running Git for Windows 2.37.1.windows.1 just fine on a Windows 10 machine. I've been updating Git for Windows on that old machine for years. My ~/gitconfig file contained: [credential] help...
Sikko asked 10/8, 2022 at 20:38

1

I'm having problems cloning from an AWS CodeCommit repo. As far as I can see, I've done all of the nescessary setup steps. I've created the repo I've created the git credentials I've done the fo...
Allonge asked 31/5, 2020 at 10:32

7

Solved

On a private repository from gitlab, when I run git clone [email protected]:group/project-submodule.git the clone completes successfully. As part of the cloning process, I'm asked for the pass...
Residue asked 9/3, 2018 at 10:23

3

Solved

Using git for windows (git-scm.com) and a script, i can get Bash to stop asking for the passphrase but i can not seem to remove the passphrase prompt from git GUI. The url to the remote is using t...
Receiptor asked 14/6, 2019 at 20:55

2

Solved

I appreciate that this is borderline off-topic, but it does "directly involve programming or programming tools" so I figure it's just about OK... I've just installed a newly downloaded version of ...
Trioxide asked 22/5, 2018 at 15:16

2

Solved

I use git-for-windows v2.16.0 and encountered the following problem, which also was reported here: I initially have a clean working state; Output of 'git status': git status On branch beta nothing ...
Zwolle asked 25/1, 2018 at 17:44

3

Solved

I would just like to ask what could be the meaning of this error? error: fsmonitor_ipc__send_query: unspecified error on '.git/fsmonitor--daemon.ipc' I'm trying to find something similar to this c...
Loganiaceous asked 24/8, 2021 at 23:58

3

Solved

I installed Git for Windows many years ago. I was using it with Cygwin. I also have Sourcetree and there were some problems with many Git repositories in my computer (but not anymore). Now, my old ...
Combes asked 22/4, 2018 at 10:6

3

Solved

I am new to Amazon Web Services world, and I am implementing Continuous Delivery to the company I work for. I followed AWS's [instructions to configure CodeCommit Service] (http://docs.aws.amazon.c...
Leonorleonora asked 15/9, 2016 at 18:23

© 2022 - 2025 — McMap. All rights reserved.