82 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
165
views
Unable to push from terminal to GitHub - access_denied_to_user
I'm trying to push a file from my Ubuntu terminal to GitHub. I have already setup a Personal Token Key on GitHub and pasted the token into the terminal password field during login, but I get an unable ...
3
votes
1
answer
388
views
GitHub Personal Access Token returns 401 "Bad credentials" but CLI works perfectly - What's the difference?
Problem Summary
All Personal Access Tokens return 401 Bad credentials when using curl or direct API calls, but GitHub CLI authentication works perfectly. This affects ALL tokens including newly ...
1
vote
1
answer
91
views
GPG Password Screen does not allow submitting password when using Git
I'm using a GPG Personal Access token to sign my commits. The token is not expired (I checked this first), and has all the right repo scopes to allow for a commit.
When I pull using git pull <...
0
votes
1
answer
493
views
Kubelogin doesn't store access token locally [closed]
I have to use kubelogin to connect to a remote Kubernetes cluster.
Mac OS with version 15.4.1.
Installed kubelogin with Homebrew (only this is available way for Mac):
brew install Azure/kubelogin/...
0
votes
1
answer
275
views
Why is a push triggering a "refusing to allow an OAuth App to create or update workflow.....without workflow scope" message?
I've been learning how to run Cypress tests in GitHub Actions. In my project folder I've created a .github/workflows/main.yml to trigger GitHub Actions, however when I try to push my changes I get an ...
3
votes
0
answers
66
views
How to handle both SSH and Personal Access Token authentication in a single Dockerfile for private Go modules?
I have a Dockerfile that needs to handle two different authentication methods for private Go modules:
Local development (using ssh)
Github Actions (using a Personal Access Token)
Currently these are ...
0
votes
2
answers
588
views
NU1301: Unable to load the service index for source, even after setting up Personal Access Token
Recently my Net7 build pipeline started failing with the error
NU1301: Unable to load the service index for source https://pkgs.dev.azure.com/<mypartner>/<guid>/_packaging/mypackagename/...
0
votes
1
answer
390
views
ieugwasr: I have an access token but I am unable to download data from the ieugwasr API
I'm using the ieugwasr package, and whilst I was trying to rerun some analyses,
library("stringr", "tidyr", "data.table", "TwoSampleMR", "...
1
vote
1
answer
425
views
Github Apps: Resource not accessible by integration
I came across a few other posts describing the same issue, but none of them had a solution, so providing some additional context to my predicament.
Github shows three levels of apps: Oauth Apps, ...
0
votes
1
answer
1k
views
How do I set up github personal access tokens to access a third party repository?
I have an old repository that is not owned by me, that I have access to. I haven't used it since before personal access tokens. Nor has the owner of the repository, so my access should still be there.
...
0
votes
1
answer
149
views
Error Decoding JSON Access Token for Daraja API When Hosting Web Service on Render
i am trying to deploy my api on render as a webservice... i have the same code in my local machine as in my git repo from which i building the service to deploy. on the deployed site hosted on render, ...
0
votes
1
answer
367
views
npm install from private forgejo via git+https results in "403 forbidden" of "verify"
I recently moved from private GitLab to private Forgejo. Now I see this issue with an older project that uses npm, here's the package.json
{
"name": "zzz",
"version": ...
2
votes
0
answers
123
views
Limitations of not having personal access tokens on GitLab?
We're introducing GitLab in our organisation and have discussions going on, since personal access tokens are currently disabled due to lack of 2FA protection. Only SSH is available for personal usage. ...
1
vote
2
answers
282
views
How to implement a feature like github's "generate fine-grained personal access tokens"?
Github has a new feature in beta stage called
fine-grained personal access token, which allows to generate an api token for restrictive access. What is the approach for generating such a key? (...
1
vote
1
answer
4k
views
Gitlab personal access token doesn't seem to be used, how to verify it works?
I have my gitlab access token set up in my project's .npmrc file but I keep getting a 401 error.
Apparently this probably means my token isn't valid, but when I check when the personal access token ...