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

git-p4.py [Errno 2] No such file or directory #392

Closed
rparolin opened this issue Feb 13, 2015 · 3 comments
Closed

git-p4.py [Errno 2] No such file or directory #392

rparolin opened this issue Feb 13, 2015 · 3 comments

Comments

@rparolin
Copy link

λ git p4
e:\install\python2.7\python.exe: can't open file 'C:/portable/cmder/vendor/msysgit/libexec/git-core/git-p4.py': [Errno 2] No such file or directory


The error is the drive where it is looking for git-p4.py. My instance of cmder is actually installed to E:/portable/...

@MartiUK
Copy link
Member

MartiUK commented Feb 16, 2015

what happens when you run git-p4?

@rparolin
Copy link
Author

λ git-p4
'git-p4' is not recognized as an internal or external command,
operable program or batch file.

On Mon Feb 16 2015 at 6:23:46 AM Martin Kemp [email protected]
wrote:

what happens when you run git-p4?


Reply to this email directly or view it on GitHub
#392 (comment).

@Jackbennett
Copy link
Contributor

Just adding some test cases I did;
My clone of bliker:master is at N:\cmder with a full vendor build (i.e. includes msysgit)

C:\Users\jbennett
λ %CMDER_ROOT%
'N:\cmder' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\jbennett
λ git p4
fatal: git was built without support for git-core\git-p4 (NO_PYTHON=YesPlease).

C:\Users\jbennett
λ git-p4
'git-p4' is not recognized as an internal or external command,
operable program or batch file.

With deleting /vendor/msysgit to use my locally system installed msysgit;

C:\Users\jbennett.BHS.000
λ git p4
basename: too many arguments
Try `basename --help' for more information.
fatal: git was built without support for  (NO_PYTHON=YesPlease).

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

No branches or pull requests

4 participants