Cygwin is a Unix-like environment and command-line interface for Microsoft Windows. Cygwin provides native integration of Windows-based applications, data, and other system resources with applications, software tools, and data of the Unix-like environment. Thus it is possible to launch Windows ...

learn more… | top users | synonyms

167
votes
16answers
122k views

SSL certificate rejected trying to access GitHub over HTTPS behind firewall

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 ...
165
votes
17answers
80k views

What's a good alternative Windows console? [closed]

UPDATE (solution) Months later someone turned me on to an awesome solution to this. If you install Git for Windows, it comes with this console app called Git Bash that does exactly what I descibed. I ...
136
votes
7answers
104k views

Objective C for Windows

What would be the best way to write Objective-C on the Windows platform? Cygwin and gcc? Is there a way I can somehow integrate this into Visual Studio? Along those lines - are there any suggestions ...
132
votes
11answers
47k views

What is the difference between Cygwin and MinGW?

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 able to run the binary on a ...
108
votes
10answers
38k views

Git on Windows: How do you set up a mergetool?

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 ...
67
votes
12answers
40k views

Git under windows: MSYS or Cygwin?

I plan to migrate my projects over to git, and I'm currently wondering which is the best and / or most stable option under windows. From what I gather I basically have 2.5 options: MSYSgit git ...
65
votes
14answers
69k views

SSH Private Key Permissions using Git GUI or ssh-keygen are too open

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 ...
46
votes
2answers
2k views

Node.js, Cygwin and Socket.io walk into a bar… Node.js throws ENOBUFS and everyone dies

I'm hoping someone here can help me out, I'm not having much luck figuring this out myself. I'm running node.js version 0.3.1 on Cygwin. I'm using Connect and Socket.io. I seem to be having some ...
40
votes
16answers
28k views

Best terminal environment for Cygwin/Windows?

Today I run Cygwin with rxvt using the following startup line: rxvt -bg black -sl 8192 -fg white -sr -g 150x56 -fn "Fixedsys" -e /usr/bin/bash --login -i This gives me a resizeable native Windows ...
34
votes
5answers
32k views

How do you run a crontab in Cygwin on Windows?

Some cygwin commands are .exe, so you can run them with the standard Windows Scheduler, but others are not .exe extension so cant be run from dos (it seems like). For example I want updatedb to run ...
31
votes
12answers
16k views

Why does GCC-Windows depend on cygwin?

I'm not a C++ developer, but I've always been interested in compilers, and I'm interested in tinkering with some of the GCC stuff (particularly LLVM). On Windows, GCC requires a POSIX-emulation layer ...
31
votes
7answers
26k views

Safely change home directory in cygwin

I'm trying to safely update the home directory as specified in /etc/passwd, but the standard linux utils - usermod and vipw - for doing so aren't provided by cygwin. Could anyone tell me how they ...
31
votes
6answers
11k views

msys vs cygwin

I have at least one cygwin shell open all the time, when on windows machine. Any msys users out there? Why would anyone use msys over cygwin (except for building win executables)?
30
votes
10answers
12k views

How to best integrate Emacs and Cygwin?

There are a ton of ways to integrate Cygwin with Emacs on Windows. EmacsWiki shows a few ideas. Here are the options that I've found: Use the Emacs that comes with Cygwin. (Then find a way to get ...
29
votes
4answers
13k views

Open a file from Cygwin

Is there an equivalent to OSX open command in cygwin. open opens a file with the default application for that type. I want to do something like $ magic-command file.xls #excel opens as if file.xls ...
28
votes
12answers
15k views

How can I associate .sh files with Cygwin?

I'd like to run a long rsync command in Cygwin by double clicking on a .sh file in Windows. It must start in the file's containing directory (e.g. /cygdrive/c/scripts/) so that relative paths work. ...
28
votes
1answer
6k views

How do I get the 'clear' command in Cygwin?

I installed Cygwin, choosing a fairly minimal set of packages. In a terminal, I tried to do 'clear' to clear the terminal, but I get bash: clear: command not found How do I get this to work?
24
votes
2answers
8k views

Cannot launch git gui using cygwin on windows

I used to launch git gui within my cygwin console without any problems but since I updated cygwin I've got the following error message: $ git gui Application initialization failed: no display name ...
23
votes
8answers
9k views

How can I run Cygwin Bash Shell from within Emacs?

I am running GNU Emacs on Windows so entering: M-x shell launches the Windows command-line DOS shell. However, I would like to instead be able to run the Cygwin Bash Shell (or any other non-Windows ...
23
votes
4answers
5k views

Cygwin SVN: E200030: SQLite disk I/O error

When I use Subversion in Cygwin to update some repository, some directories update with success, while some other one gets a failure with the error message: svn: E200030: sqlite: disk I/O error ...
23
votes
1answer
711 views

How do I get accented letters to actually work on bash?

My bash installation on cygwin doesn't handle accented letters properly. I tried adding set input-meta on # to accept 8-bit characters set output-meta on # to show 8-bit characters set ...
22
votes
6answers
32k views

Where can I download an offline installer of Cygwin?

I need an offline installer with most of the utilities commonly needed. Somehow the default installer confuses me with all its package selection. I installed Cygwin but I can't find the diff utility ...
22
votes
3answers
2k views

Git slows down Emacs to Death - How to Fix this?

Opening a file (either by typing Ctrl-x f, AKA Find File) or by typing f on that file in Dired mode), is painfully slow in working directories that have a .git subdirectory. Even the simplest file ...
21
votes
7answers
24k views

How do I install cURL on cygwin?

I tried to enable curl on cygwin but it says bash: curl: command not found How do I install curl on cygwin?
21
votes
7answers
20k views

Root user/sudo equivalent in Cygwin?

I'm trying to run a bash script in Cygwin. I get Must run as root, i.e. sudo ./scriptname errors. chmod 777 scriptname does nothing to help. I've looked for ways to imitate sudo on Cygwin, to ...
19
votes
7answers
12k views

connecting to mysql from cygwin

I can successfully connect to MySQL from a DOS prompt, but when I try to connect from cygwin, it just hangs. $/cygdrive/c/Program\ Files/MySQL/MySQL\ Server\ 5.1/bin/mysql -u root -p What's wrong?
18
votes
6answers
28k views

Using expect to pass a password to ssh

How can I use expect to send a password to an ssh connection. say the password was p@ssword and the ssh command was ssh me@127.0.0.1 What would I do with expect to a make it input the password when ...
18
votes
3answers
11k views

Using Windows Python from Cygwin

I've been using Cygwin on Windows recently. I want to use the Windows installation of Python, so during testing I'm using /cygdrive/c/Python26/python.exe myfile.py rather than python myfile.exe. This ...
18
votes
4answers
10k views

Which of the cygwin mirror sites is complete?

I've noticed gross inconsistencies in the cygwin mirror sites. The packages that you get installed by default depend on which mirror you select. Even worse, some sites are missing important packages ...
17
votes
4answers
4k views

cygwin command to copy to windows clipboard

I see here: http://www.pgrs.net/2008/1/11/command-line-clipboard-access that there's a way in linux and osx to copy to the clipboard from the command line. So I ran my cygwin setup.exe, but ...
17
votes
2answers
3k views

cygwin sets file permission to 000

I have a folder /cygwin/d/myfolder/ And everytime I save files there, from cygwin if i do an ls -la I see that the files are given permission 000. That actually causes me quite a bit of problem as I ...
17
votes
4answers
13k views

Get “Access is denied” when trying to compile with g++ from command line. Cygwin

I have installed all packages in cygwin. I have also added C:\cygwin\bin to my PATH variable. But when I try to compile a c++ file in command line I get the error 'Access is denied'. The same commands ...
17
votes
1answer
42k views

SSL certificate problem when trying to clone Git repository within Cygwin [duplicate]

Possible Duplicate: HTTPS github access I am trying to clone a Git repository from Cygwin running on Windows 7. I am entering the command git clone http://github.com/scottgonzalez/node-chat ...
17
votes
5answers
2k views

NPM on Cygwin: unexpected end of file

I am trying to use NPM on cygwin, but keep getting following errors: ERR! tar "-mvxpf" "-" "--no-same-owner" "-C" "/tmp/npm-1305893882865/1305893885765-0.008730818051844835/contents/___package.npm" ...
16
votes
6answers
19k views

How can I change my Cygwin home folder after installation?

I just installed Cygwin, and it looks like the home directory in the bash prompt is on my Z: drive. That's not where I want it. How can I change this?
16
votes
5answers
4k views

git svn - error under cygwin

I have cygwin and git. I'm trying to commit with git to svn - git svn dcommit. But it fails with strange error: $ git svn dcommit 4 [main] perl 5536 C:\cygwin\bin\perl.exe: *** fatal error - ...
16
votes
6answers
6k views

Prevent duplicates from being saved in bash history [closed]

I'm trying to prevent bash from saving duplicate commands to my history. Here's what I've got: shopt -s histappend export HISTIGNORE='&:ls:cd ~:cd ..:[bf]g:exit:h:history' export ...
15
votes
2answers
13k views

Git On Custom SSH Port [closed]

My VPS provider recommends that I leave my SSH port to the custom port number they assign it by default (not 22). The thing is the while I know I can give the port number when create a remote config, ...
15
votes
4answers
14k views

Cygwin make error : *** target pattern contains no `%'

I got this error while (re)building, using cygwin make.exe version :3.81. Error : *** target pattern contains no `%'.
15
votes
4answers
4k views

Git On Windows Without Cygwin?

Are there any native Git implementations for Windows that do not require Cygwin? I've become a fan of the TortoiseSVN client, and would really like to see a similar Git client for Windows. Edit: I ...
15
votes
6answers
3k views

Issues using perforce command line under cygwin

So, virtually cannot use the the perforce command line for anything other than syncing. My workspace root is mapped to C:\ Here's a line of my client spec: //claims1.0/main/... ...
15
votes
3answers
17k views

How do you pipe input through grep to another utility?

I am using 'tail -f' to follow a log file as it's updated: tail -f logfile I next pipe the output of that to grep to show only the lines containing a search term ("org.springframework" in this ...
15
votes
4answers
4k views

Why my Emacs in Cygwin running on Windows Seven, always create Crash Dump?

I quite satisfied of how GNU tools run in my Cygwin on Windows Seven. I think it's easier just to use GNU/Linux, but my company here has the policy of using Windows Seven for the Programmer ...
15
votes
3answers
4k views

Using bash(cygwin) inside C# program

i need to use bash shell "inside" C# program. I want to mimic user typing in interactive mode and running cygwin commands. i created a process that runs bash and redirect stdin,stout and std error ...
14
votes
3answers
15k views

How do I use cygwin behind the corporate firewall

I'm in a Microsoft IE environment, but I want to use cygwin for a number of quick scripting tasks. How would I configure it to use my windows proxy information? Ruby gems, ping, etc are all trying ...
14
votes
6answers
2k views

cygwin bash does not display correctly in emacs shell

I'm trying cygwin with emacs. My environment is Windows 7 x64, emacs-24.0.93.1, cygwin 2.769, system encoding is gbk, cygwin's coding system is default to utf-8, and emacs's coding system is default ...
13
votes
8answers
31k views

How do I execute a file in Cygwin?

I created a C file in Eclipse on Windows and then used Cygwin to navigate to the directory. I called gcc on the C source file and a.exe was produced. How do I execute a.exe in the Cygwin shell?
13
votes
4answers
10k views

How do I fix certificate errors when running wget on an HTTPS URL in Cygwin?

For example, running wget https://www.dropbox.com results in the following errors: ERROR: The certificate of `www.dropbox.com' is not trusted. ERROR: The certificate of `www.dropbox.com' hasn't got a ...
13
votes
3answers
13k views

Cygwin: How to actually use gcc-mingw

Since "gcc -mno-cygwin" does not work anymore, I was looking for a way to get a MinGW-targeted GCC running within my Cygwin environment. (Running a MSYS environment is not an option at this point.) ...
13
votes
2answers
5k views

Android ndk-build iostream: No such file or directory

I'm having problem with compiling cpp file using ndk-build tool (windows 7 with cygwin) Error appears when I try to compile cpp file with #include: jni/native.cpp:5:20: error: iostream: No such file ...

1 2 3 4 5 54