Skip to main content

Questions tagged [git-for-windows]

0 votes
1 answer
72 views

This is with Git for Windows 2.53.0 x64 on Windows 11 Home. When I run eval "$(ssh-agent -s)" I get an error of the form: bash: <LAST NAME>/.ssh/agent/s.<random characters>....
user695931's user avatar
1 vote
3 answers
1k views

Problem statement I'm on Windows, and sometimes would like to execute commands inside docker containers, but I'm unable to execute those with the error <command>\r: command not found. For ...
JBSnorro's user avatar
  • 275
1 vote
1 answer
374 views

When setting of $HISTIGNORE ending with SP+* or SP+?*, lists of files in current folder will be concated to it's value. No matter extglob is set or unset. NG Example, (current folder has only one file ...
Jack Ting's user avatar
  • 113
0 votes
0 answers
496 views

I installed git for windows and linked bash shell in IntelliJ but I'm missing one shortcut which saves me a lot of time is a direct move to the next/previous word in the command line. how can I make ...
Rajat Verma's user avatar
9 votes
3 answers
4k views

In Git Bash and Cygwin, I can easily access the Windows %PROGRAMFILES% environment variable: $ echo $PROGRAMFILES C:\Program Files $ echo ${PROGRAMFILES} C:\Program Files However, due to the ...
AJM's user avatar
  • 590
1 vote
2 answers
2k views

I just booted my Windows 10 machine for the first time in two or three months and updated a game whose versions I'm keeping in a git repo. There was a patch to the game, so I tried to stage the ...
Kevin Krumwiede's user avatar
0 votes
1 answer
389 views

I am using the git-bash for windows (what is internal msys2). I needed to search over all of my harddrives. When I try to run find / -type d (and my search patterns), the search runs over the system ...
Radon8472's user avatar
  • 881