You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For me trying to hub-tool login with a Personal Access Token (PAT) fails. Login works for the same Docker account with username/password. The same PAT works with docker login.
Steps to reproduce the issue:
$ hub-tool --version
Docker Hub Tool v0.4.4, build c9cb0ac
$ hub-tool login --verbose
Username: mydockerusername
Password: ****************************** (a PAT with highest permissions)
Error: error storing credentials - err: exit status 1, out: `error storing credentials - err: exit status 1, out: `The stub received bad data.``
Describe the results you received:
login with PAT did not work
Describe the results you expected:
login with PAT works
Output of hub-tool --version:
v0.4.4, build c9cb0ac
Additional environment details (AWS, VirtualBox, physical, etc.):
tried on Windows x64
The text was updated successfully, but these errors were encountered:
BUG REPORT INFORMATION
Description
For me trying to
hub-tool login
with a Personal Access Token (PAT) fails. Login works for the same Docker account with username/password. The same PAT works withdocker login
.Steps to reproduce the issue:
Describe the results you received:
login with PAT did not work
Describe the results you expected:
login with PAT works
Output of
hub-tool --version
:v0.4.4, build c9cb0ac
Additional environment details (AWS, VirtualBox, physical, etc.):
tried on Windows x64
The text was updated successfully, but these errors were encountered: