Skip to content
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

It seems there is no way to install bpkg/github in Git Bash for Windows #101

Open
andkirby opened this issue Apr 4, 2018 · 1 comment
Open

Comments

@andkirby
Copy link

andkirby commented Apr 4, 2018

Copy of bpkg/bpkg.github.io#28

$ bpkg install bpkg/github

    info: Install /bpkg/github/master from remote https://raw.githubusercontent.com [https://github.com]
    info: Cloning https://github.com/bpkg/github.git to term-master
Cloning into 'term-master'...
remote: Counting objects: 95, done.
remote: Total 95 (delta 0), reused 0 (delta 0), pack-reused 95
Unpacking objects: 100% (95/95), done.
Checking connectivity... done.
    info: Performing install: `make install'
/usr/bin/install: cannot create regular file 'D:/s/devkit/local/bin': No such file or directory
make: *** [install] Error 1
rm -f /usr/local/bin/github
for cmd in json authorization common events init json request token gist; do rm -f /usr/local/bin/github-${cmd}; done
install github /usr/local/bin

Or maybe there is another way to run make with some tools?

@andkirby andkirby changed the title It seems no way to install bpkg/github on Windows It seems no way to install bpkg/github in Git Bash for Windows Apr 4, 2018
@andkirby andkirby changed the title It seems no way to install bpkg/github in Git Bash for Windows It seems there is no way to install bpkg/github in Git Bash for Windows Apr 4, 2018
@andkirby
Copy link
Author

andkirby commented Apr 4, 2018

I was using GIT bash for Windows (2.x).

Now I use git version 2.16.2.windows.1 (PortableGit-2.16.2-64-bit).

I've tried to use make binaries:
https://sourceforge.net/projects/ezwinports/files/make-4.2.1-without-guile-w32-bin.zip/download

Seem, it can be installed. But still doesn't work within GitBash for Windows.

I guess, that's a common issue.
I've tried to install wifi - there is lack of ip binary.
umq - lack of nc (NetCat).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants