msysgit Questions

48

Solved

I have googled and found many solutions but none work for me. I am trying to clone from one machine by connecting to the remote server which is in the LAN network. Running this command from anothe...
Powerless asked 22/1, 2014 at 8:32

35

Solved

I am using Git on Windows. I installed the msysGit package. My test repository has a self signed certificate at the server. I can access and use the repository using HTTP without problems. Moving t...
Acinus asked 27/5, 2014 at 9:15

21

Solved

I managed to create a little mess in my local git repository. I was trying to fix a broken commit by using the following instructions. Before running the "git commit --amend" (and after the git reb...
Sculley asked 10/9, 2010 at 13:37

13

Solved

I am not even sure I am asking the right question. Let me explain my situation: This is about Git on Windows 7. My company sets up the Windows user directory on a network drive, not on the l...
Generation asked 26/8, 2015 at 17:27

21

Solved

How can I ignore directories or folders in Git using msysgit on Windows?
Petaliferous asked 5/12, 2008 at 12:17

3

I installed new version of MSysGit and now I am not able to run *.bat files directly from command line("called MINGW64"). I try to search it, but I only saw options which needs run cmd first. Out ...
Amund asked 24/10, 2015 at 5:31

2

I'm using msysgit 1.9.4. My .gitignore file, at the root of the repo, looks like this: build/ a/b/ !a/c/d/e/**/build/ My intent is that, all build/ directories are ignored, unless they are subd...
Saurischian asked 18/6, 2014 at 23:47

3

Solved

I'm trying to apply a patch, and git apply patch doesn't give me any errors: sashoalm@SASHOALM-PC /c/Workspace/tesseract-git/api (master) $ git apply ../../commit-d0d9477 sashoalm@SASHOALM-PC /c/...
Piaffe asked 18/7, 2014 at 9:18

2

Solved

I've successfully played around with some of the color settings in the Git Bash on Windows - I'm able to set a few things, like the colors of the local, the current and remote branches in my .gitco...
Inbreed asked 7/5, 2012 at 11:59

5

Solved

I have looked, searched, and read documentation and can't really find anything about this. Basically, I want to be able to do this: git reset -- *.exe or git reset -- */some_executable.exe I...
Sympathin asked 16/2, 2011 at 3:1

12

Solved

When I try to create a symbolic link from the Git Bash shell, it fails every time all the time: ln -s /c/Users/bzisad0/Work testlink Output: ln: creating symbolic link `testlink' to `/c/Users/bzis...
Larrabee asked 5/9, 2013 at 16:50

2

Solved

I cloned a Git repository from Windows using msysgit (v1.7.7) on a network drive. Some files are marked on the repository to have mode 100755. Using the git bash tool from Windows, the ls -l comma...
Swine asked 30/8, 2012 at 8:41

25

Solved

I've been using Git on both Windows and Ubuntu during the development of a small project, frequently flipping back and forth between the two. The issue is that Git Bash consistently becomes slow. ...
Korrie asked 19/12, 2010 at 20:58

8

Solved

The scenario Imagine I am forced to work with some of my files always stored inside .zip files. Some of the files inside the ZIP file are small text files and change often, while others are larger ...
Indre asked 3/11, 2011 at 20:48

3

Solved

I have two branches: master and bug1. I checked out bug1, did bunch of changes and multiple commits. How do I get a list of all files that were changed on the branch? I'm not interested in hashes, ...
Caryl asked 17/11, 2009 at 14:38

6

Solved

I'm trying to use GitHub for the first time, but after many issues trying to get the authentication right, I've managed to authenticate with [email protected] and created a repo, but when i tr...
Shipmate asked 22/6, 2010 at 22:14

8

Solved

Is there a file or menu that will let me change the settings on how to deal with line endings? I read there are 3 options: Checkout Windows-style, commit Unix-style Git will convert LF to CRLF ...
Scyphozoan asked 2/5, 2012 at 17:45

36

Solved

I'm using msysgit running on Windows XP. Tried Ctrl+V, Right click, Middle click, google... no luck.
Kopje asked 21/2, 2010 at 0:54

6

Solved

I'm trying to configure Git to use Plink. It worked for me many times before. Now, for some reason, this option isn't available to me (it is disabled): I tried uninstalling and reinstalling Git ...
Peria asked 6/6, 2010 at 17:14

8

Solved

I'm reading the github wiki for git-for-windows and it says that msys2 bundles pacman: https://github.com/git-for-windows/git/wiki/Package-management But when I invoke it I get: $ pacman bash: pacm...
Franciscafranciscan asked 22/9, 2015 at 8:31

15

I am using msysgit in Windows 7. How do I invoke notepad++ from Git Bash, like we do it with our default notepad? Like for example name@usename notepad textfile.txt Instead I want the file to open ...
Blocked asked 8/3, 2013 at 16:29

22

Solved

I followed these instructions to the letter, including the part about password caching. It seems like the instructions are wrong, because every time I git push origin master I get this error: git:...
Cadence asked 27/7, 2012 at 17:52

9

Solved

I have been bitten by the Windows/Linux line-ending issue with git. It seems, via GitHub, MSysGit, and other sources, that the best solution is to have your local repos set to use linux-style line ...
Quickie asked 2/10, 2009 at 17:12

9

Solved

I have been bitten by the Windows/Linux line-ending issue with git. It seems, via GitHub, MSysGit, and other sources, that the best solution is to have your local repos set to use linux-style line ...
Vorous asked 2/10, 2009 at 17:12

9

Solved

I have been bitten by the Windows/Linux line-ending issue with git. It seems, via GitHub, MSysGit, and other sources, that the best solution is to have your local repos set to use linux-style line ...
Zygapophysis asked 2/10, 2009 at 17:12

© 2022 - 2024 — McMap. All rights reserved.