Questions tagged «cygwin»

Cygwin是GNU和其他类似Unix的FOSS工具的集合,这些工具可在MS Windows上运行,并提供与GNU / Linux发行版相似的功能,同时(大部分)符合POSIX规范。使用此标记可解决有关开发在此环境中运行的程序和/或脚本的问题。有关在Cygwin环境中使用工具的问题,更适合超级用户(https://superuser.com)。


21
推到Github时Git推挂了吗?
每当我尝试推送到github时,Git推送都会挂起。我正在使用Cygwin和Windows7。Git在本地跟踪分支,提供状态,设置全局user.name和user.email以及允许提交等方面的功能很好。 我还是新手,正在学习。 我输入git push,git push origin master或者git push -u origin master什么都没有,只有空白行要求我ctl-c才能得到提示。 ssh-keygen -t rsa -C "me@example.com" 问我一个文件名并挂起 git push heroku master 挂 $ git status 退货 On branch master nothing to commit, working directory clean $ git pull 退货 Already up to date $ git remote -v 返回: heroku git@heroku.com:myherokusite.git …

8
找不到Cygwin Make bash命令
我将cygwin与所有软件包安装在Windows 7 64位上。由于某种原因,make命令给我一个错误:bash make:命令未找到。我检查了一下,在我的bin文件夹中没有make.exe。谁可以帮我这个事?我真的需要在CYGWIN工作。我不想去Windows XP。
74 c++  makefile  cygwin  command 

7
无法在Windows上使用cygwin启动git gui
我以前在cygwin控制台中启动git gui时没有任何问题,但是自从我更新cygwin以来,我收到以下错误消息: $ git gui Application initialization failed: no display name and no $DISPLAY environment variable Error in startup script: invalid command name "tk_messageBox" while executing "tk_messageBox -icon error -type ok -title "git-gui: fatal error" -message $err" invoked from within "if {[catch {package require Tcl 8.4} err] || [catch {package …
70 git  cygwin  tcl  x11  tk 

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.