- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm working Lab 3.4.1 of the Application Development Fundamentals On Demand course and I cannot link to GitLab. It is my own personal instance. I have tried several times and keep getting this:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I found the solution to the problem. You have to create a Personal Access Token (PAT) in GitLab and use the token that is generated in place of the GitLab login password. I recommend the PAT route because GitLab doesn't always allow you to create project access tokens. So here are the instructions:
- In GitLab, click on your user avatar then select Edit profile.
- Select Access > Personal access tokens from the User settings menu.
- In the Personal access tokens sections click Generate token and select Legacy token from the drop-down.
- Give it a name (I just used ServiceNow) and give it these scopes:
Read APIRead Repository
Write Repository
API
- Be sure and copy that token once it's generated because you won't be able to see it again. Use that generated token in place of the password
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Thank you!! This worked out perfectly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm glad that worked for you. Hopefully ServiceNow U will see fit to update their course accordingly. I spent a lot of time and had to get ChatGPT to help me find the solution.