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...
I’m stuck behind a firewall so have to use HTTPS to access my GitHub repository. I’m using cygwin 1.7.7 on Windows XP. I’ve tried setting the remote to https://username@github.com/username/ExcelANT.git,...
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...
I have a shell script that is used both on Windows/Cygwin and Mac and Linux. It needs slightly different variables for each versions. How can a shell/bash script detect...
I’m trying to install PyQt4 so I can mess around with it. The installation guide said I had to install Sip. The last step to installing Sip is to...
I’m trying out Git on Windows. I got to the point of trying “git commit” and I got this error: Terminal is dumb but no VISUAL nor EDITOR defined....
I want to make my C++ project cross platform, and I’m considering using Cygwin/MinGW. But what is the difference between them ? Another question is whether I will be...