-
Notifications
You must be signed in to change notification settings - Fork 169
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
./add_mirror.sh error #127
Comments
same error |
Resolving gitlab remote. |
I found out what the issue was.
It started working:
|
@ydewinte thanks for the solution for others. I think I will touch up this project and simplify it a bit. I'll pip freeze dependencies and update documentation to recommend use of virtualenv. For now, this issue will remain open and I will close it when there's a fix out for users which don't involve running into errors out of the box. As a side note; what is the oldest version of GitLab which should be supported currently? |
Resolving gitlab remote.
Traceback (most recent call last):
File "lib/manage_gitlab_project.py", line 10, in
import gitlab
File "/usr/lib/python2.7/site-packages/gitlab/init.py", line 612
) from e
^
SyntaxError: invalid syntax
There was an unknown issue with manage_gitlab_project.py
The text was updated successfully, but these errors were encountered: