-
Notifications
You must be signed in to change notification settings - Fork 684
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt-cyg #134
Comments
Try this with an administrative cygwin prompt. $ cd c/apt-cyg/
$ install apt-cyg /bin |
apt-cyg is not folder, it downloads as a file. my bin is in the folder cygwin64. bin path C:\cygwin64\bin so I ran It doesnt exceute gets following error 'apt-cyg' is not recognized as an internal or external command, |
Try This
cd /cygdrive/c
git clone https://github.com/transcode-open/apt-cyg
cd apt-cyg
install apt-cyg /bin |
same again 'apt-cyg' is not recognized as an internal or external command, |
I get the same problem. If I add /bin (C:/cygwin64/bin) to the path, it tries to open apt-cyg as a text file. |
这是来自QQ邮箱的假期自动回复邮件。
您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
|
I get this error
'apt-cyg' is not recognized as an internal or external command, operable program or batch file.
I have used cmd terminal to install.
Tried
https://github.com/transcode-open/apt-cyg/blob/master/apt-cyg install apt-cyg /bin
I can see that in my bin but when I run
apt-cyg install nano
it fails and say above mentioned error.I am using windows 64 bit, my bin directory is added to path and I can perform basic functions from my cmd terminal and not from Cygwin.bat. it doesnt even
ls
for me. While cmd terminal of windows does all things like 'ls' 'wget' 'lynx' etc. Anymore details required please let me know.The text was updated successfully, but these errors were encountered: