问题
I tried integrating my GitLab Account with Fabric using the respective service hook. I used these parameters:
- Your GitLab URL:
https://gitlab.com/
- Your GitLab Namespace/Project:
my projectname
- Your GitLab Private Token:
- New Personal Access Token created in GitLab User settings -> Access Tokens
Entering these values I get a Could not access project "my projectname" - HTTP status code: 308
error
I also tried changing the GitLab URL to point directly at my project, then I get a 404. What am I missing here?
回答1:
I had the same problem.
I fix it by removing /
at the end of the link to my gitlab server
https://gitlab.com/
changed to https://gitlab.com
来源:https://stackoverflow.com/questions/51905377/fabric-integrating-service-hook-gitlab-fails-with-http-308