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

Can't run git up from a subfolder #59

Closed
madysondesigns opened this issue Dec 2, 2016 · 5 comments
Closed

Can't run git up from a subfolder #59

madysondesigns opened this issue Dec 2, 2016 · 5 comments

Comments

@madysondesigns
Copy link

I'm getting a NoSuchPathError when I try to run git up when I'm currently in a subfolder of my git project.

Sanitized snip here: https://gist.github.com/swhinnem/090510b45817bdc4b6db5c341a8b1d6e

Weird thing to note- the final error at the end lists the subfolder I'm in twice in the path.

@msiemens
Copy link
Owner

msiemens commented Dec 2, 2016

Interesting. Which version of PyGitUp are you using? Maybe it's a regression in the last release...

@madysondesigns
Copy link
Author

I'm on git-up 1.4.4.

@msiemens
Copy link
Owner

msiemens commented Dec 9, 2016

So basically my bugfix to #58 was faulty. I've now fixed the git dir detection logic which should now correctly account for subfolders. Could you verify it works now by installing the latest dev version (pip install -U git+https://github.com/msiemens/PyGitUp)?

@madysondesigns
Copy link
Author

So I have to run any pip installs with --ignore-installed six, which doesn't work with your git URL, but it did work fine with --upgrade.

Directories are working fine again, thanks!

@msiemens
Copy link
Owner

Awesome, I'm glad it works again :)

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

2 participants