Fabric: Integrating service hook GitLab fails with HTTP 308

你。 提交于 2019-12-24 04:41:21

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!