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...
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...
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...
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 ...
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...
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?
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 ...
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...
2
Solved
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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 ...
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-...
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...
© 2022 - 2024 — McMap. All rights reserved.