problem during authentication
See original GitHub issueWhile trying to migrate issues from a GitHub Enterprise to github.com, I run into
ERROR: There was a problem during authentication.
Double check that your username and password are correct, and that you have permission to read from or write to the specified repositories.
Weird enough, the milestones, labels, and the first 11 issues (with comments) are succesfully migrated, so I don’t understand where the sudden 401 is coming from.
Issue Analytics
- State:
- Created 9 years ago
- Reactions:1
- Comments:14
Top Results From Across the Web
Authentication Errors Example 1 Example 2
One error message means that the username and password you have entered is incorrect. The other error message means that you need to...
Read more >How to Fix Wi-Fi Authentication Problems on Android - Lifewire
How Do I Fix a Wi-Fi Authentication Error? · Turn airplane mode on and then off again. · Restart your phone. · "Forget"...
Read more >Authentication Error Occurred? -10 Proven Fixes - Dr.Fone
Authentication error occurs when the “deal” between the Wi-Fi router and device fails due to certain reasons. First, the device sends the password...
Read more >5 Ways to Fix Wi-Fi Authentication Problems on Android
How to fix Wi-Fi authentication problems on Android · Toggle Airplane mode · Forget and reconnect to the Wi-Fi network · Reboot your...
Read more >WiFi Authentication Errors and Methods to Solve Them - Okta
How to fix a WiFi authentication problem · Forget the network. Head to WiFi settings on your device, find the network you're trying...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ve just created a PR that contains the changes mentioned by @kewinrausch in https://github.com/IQAndreas/github-issues-import/issues/41#issuecomment-93717470. Here’s a link to the file changes if anyone that stumbles on this thread is interested.
Anyway the auth can be changed to use the
.netrc
file then all of this mess can be avoided?