-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to login via GUI when password has special chars #2016
Comments
Same thing here! Lost my last 2 days trying to figure this out! |
And I just confirmed, if you have |
Brilliant, this has been blocking me for several days... Although I seem to be different in that |
@kevlarr yeah seems like |
This issue is fixed in the latest release. |
thanks! |
Broken again...... |
yup.. denied: requested access to the resource is denied |
Yeah same here unfortunately. |
Same here |
I am having this issue now. It shows waiting for each layer and then the message: denied: requested access to the resource is denied |
Any updates on this issue? I am facing same issue. |
@sheezyontrack @ramanurs Are you trying to use a free private repo on an organisation account? |
Yes I figured out that yesterday that my github repo is private and could not be used to push or pull images. Once I made it public it started working. But it was confusion as I am able to login but not able to push or pull images. |
I'm seeing this now too on my new Mac Book pro. My password does not contain any special characters, but I did notice that, although logging in through the CLI appears to work, logging in through menu does not work at all. |
With the same credentials I am able to login to docker hub and even from docker for mac UI :( Mac version 16:53 $ docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, head over to https://hub.docker.com to create one.
Username: <username>
Password:
Error saving credentials: error storing credentials - err: exit status 1, out: `The user name or passphrase you entered is not correct.` |
Ensure, you don't have special character in your password. I was this problem with jenkins at time to push image in Docker Hub. |
In my case, the mac docker app was logged out. I just needed to login which fixed the issue. |
After creating a public repo push gave 'denied: requested access to the resource is denied' error. |
Docker sends me here when I have this trouble from a Mac command line:
I am running Mac Mojave 10.14.6 with
I have tried most of the suggestions from
Here's what I see:
But, with no Mac involved ...Yep, works just fine on Linux
|
Updating to latest did not fix the issue. |
3 years later and we still have this issue. :( |
I just changed my password omitting special characters (is this for real?). Still not able to pull without getting resource denied. |
Cannot push "denied: requested access to the resource is denied" |
Closed issues are locked after 30 days of inactivity. If you have found a problem that seems similar to this, please open a new issue. Send feedback to Docker Community Slack channels #docker-for-mac or #docker-for-windows. |
Expected behavior
I click in the tray menu, login, write user and pwd, and it logs in.
Actual behavior
It always says my password is invalid. Logging in via
docker login
works with the same user/pwd.I also logged in with another account and it works.
I believe that the chars that make the password not work are one of those:
<>:),-
The password that worked has special chars too, like
_
and;
, and it works, so I'm assuming the problem is with the other chars.Information
n/a
n/a
Steps to reproduce the behavior
<>:),-
The text was updated successfully, but these errors were encountered: