msysgit Questions

2

I've come across some (to me) weird behaviour when piping the output of a Python script into wc with invalid arguments. λ python test.py Hello! λ python test.py | wc -li wc: unknown option -- i Tr...
Perceive asked 13/9, 2015 at 22:38

3

Solved

I run MSys/Bash as distributed in Git for Windows. I added the folder C:\Windows\Microsoft.NET\Framework\v4.0.30319 to my path, so I could run msbuild but it doesn't work $ msbuild C:\Program File...
Accordion asked 11/12, 2012 at 11:22

3

Solved

I am trying to clone a GitHub repository containing files with long path names, and I am trying to get around Git's file length restriction using the command git config --system core.longpaths tru...
Hinz asked 16/12, 2016 at 3:51

4

Solved

I have a Windows 7 and a Windows Server 2012 slave with the Jenkins agent and Cygwin already set up. I want to avoid Cygwin and just use the Git Bash shell that comes with Git for Windows (I think ...
Freund asked 27/1, 2016 at 17:6

18

Solved

i use github and have successfully added and synched files on my laptop in the past. as of recent i started getting "PuTTY Fatal Error: Disconnected: No supported authentication methods available...
Fluffy asked 7/8, 2010 at 17:11

10

Solved

I've noticed that I have two listings for core.autocrlf when I run git config -l $ git config -l core.symlinks=false core.autocrlf=false color.diff=auto color.status=auto color.branch=auto color.i...
Gunman asked 19/7, 2013 at 22:57

9

Solved

Is there a way to use Winmerge inside of git to do Diffs?
Wagram asked 10/12, 2009 at 15:8

4

Solved

This is basically what happens: > git rebase -i HEAD~3 Successfully rebased and updated refs/heads/master. Pops open my text editor then immediately "completes" the rebase before I even have ...
Cloy asked 22/12, 2010 at 20:25

3

Solved

My msysgit Git bash command-line prompt looks like this right now: GitUserName@WorkStationName WorkSpacePath (BranchName) I would like to have a timestamp in front of that line, like HH:mm (hour...
Rahel asked 21/10, 2012 at 20:30

2

Solved

I can't seem to get a handle on the difference between the two. It seems that one (GNUWin32) is an layer on top of windows (like MSYS) and the other (cygwin) is something else (?) What does tha...
Hafner asked 23/5, 2012 at 2:3

6

Solved

I've been playing around with it for a while and I like it very much. Let me describe my case. I have two computers where I have my repositories and a remote repository. in my files I have one co...
Splendent asked 8/4, 2011 at 12:56

19

Solved

I've tried msysGit and Git on Cygwin. Both work just fine in and of themselves and both run gitk and git-gui perfectly. Now how the heck do I configure a mergetool? (Vimdiff works on Cygwin, but p...
Sardonic asked 8/1, 2009 at 21:24

9

Solved

I'm having trouble getting post-recieve and post-commit hooks to work correctly with msysgit (Windows 7 Pro/32 and Ultimate/64). For post-commit hook I get the above error if I commit from either g...
Hymanhymen asked 17/4, 2011 at 23:34

2

Solved

I have set the %HOME% environment variable on my Windows installation. In that folder I have put a file called _netrc. Inside that file I have: machine code.google.com login <logon> passwor...
Idyllic asked 1/8, 2011 at 19:11

3

Solved

I am running Git-1.8.0-preview20121022 on Windows 7 and the install was with "Git Bash Only" (least intrusive to Windows cmd). When I open the Git Bash from the start menu shortcut, everythi...
Sacerdotal asked 7/1, 2013 at 15:59

25

Solved

Recently I've been unable to clone or push to github, and I'm trying to find the root cause. This is on windows I have cygwin + git as well as msysgit. Msysgit was installed with the following o...
Goodhumored asked 12/10, 2009 at 18:26

8

Solved

This isn't the best programming question but lets face it, the server fault guys aren't well versed in git, so I think its more towards this audience. I want to switch to TortoiseGit, or PortableG...
Thug asked 17/3, 2010 at 3:38

2

Commit messages created on my winXP box generate warnings when read on my Win7 box. My name contains special characters (ö), I suppose that this is the source of the problem since my name is in th...
Renn asked 23/6, 2011 at 9:49

10

Solved

What is the difference between msysgit and Cygwin + git? Now I'm using msysgit, but I don't like the Git Bash (you can't resize or copy/paste) so I'm thinking think about switching to Cygwin, beca...
Kielty asked 29/6, 2010 at 19:36

10

Solved

What is the difference between msysgit and Cygwin + git? Now I'm using msysgit, but I don't like the Git Bash (you can't resize or copy/paste) so I'm thinking think about switching to Cygwin, beca...
Claribelclarice asked 29/6, 2010 at 19:36

8

Solved

I am really enjoying my time with git. I'm operating on 2 machines with what I thought were pretty similar setups On my Laptop When I type "Git help SomeCommand" from the CLI, my laptop launche...
Hurl asked 22/7, 2011 at 14:46

4

While working on a usual git repository a local branch usually tracks a corresponding remote upstream branch. This way I can easily see, whether I am ahead or behind of my upstream branch and there...
Tensity asked 6/3, 2014 at 15:44

2

Solved

I am using version 1.8.3 of mysysgit and it seems that the --oneline command does not give me just one line per commit, I get all of the diff lines as well. git show HEAD --oneline and even git ...
Pearlinepearlman asked 21/6, 2013 at 0:52

3

Solved

I'm trying to get git to recognize UTF-16 as text to allow me to diff and patch as text natively, but I'm having trouble getting the textconv parameter to work. I can manually call iconv -f utf-...
Jostle asked 4/6, 2016 at 16:16

5

Solved

I have git proxy config as 'http.proxy=http://userId:pwd@123@ipaddress:port' but while cloning a remote project, I'm getting error as Cloning into git... error: Couldn't resolve proxy '123@ipaddr...
Lyophilize asked 30/5, 2011 at 5:53

© 2022 - 2024 — McMap. All rights reserved.