-
Notifications
You must be signed in to change notification settings - Fork 85
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
Fatal error: 'GitlabService' object has no attribute 'gl' and other errors #173
Comments
Hello, for the try from the sources repository with virtualenv (and the
thank you, and I hope you'll like it! ☺ |
OK, I've just succeeded in making it work by
I guess these are related to the |
well, either you force install a former version of |
for the keys, to enable storage of your gitconfig in a repository, you can use an include of your keys in another external files. Though, as #153 states, then the configuration won't work anymore. So my advice is that you generate all the tokens using the
to generate the ~/.config/git/config-services that will contain all the services configurations, including the tokens. |
Hmm, Could you provide a link please to that PR? I couldn't find it on |
it's #170 here referencing python-gitlab/python-gitlab#280 |
Finally solved! Sorry for the lengthy delay, they released my patch for dep injection back in september, and today I released a new version that implements the git-repo side of the patch. |
I can't make a single command of
git repo
work, I haven't tested a lot yet because evengit repo lab open
doesn't work for me yet. I guess it's a problem with my configuration?Here is the TraceBack for the error I get:
I installed it in a
virtualenv
from the gitlab repository.I tried to use the github repository and no luck either:
I also tried installing the release version (
pip install git-repo
- without the path to the local git repo I have on my machine) and I get the same error as above.Any solutions? I would like very to use this piece of software because it looks very promising..
The text was updated successfully, but these errors were encountered: