python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Error saving credentials: error storing credentials - err: exit status 1, out: `error getting credentials - err: exit status 1
I have Ubuntu 20.04 and I have tried using docker login to log in in terminal, but got:
docker login
Login with your Docker ID to push and pull images from Docker Hub. If you don't have a Docker ID, ...
Stanislav Felshtyn
Votes: 0
Answers: 11
AWS CLI Errno 13 Permission Denied, cannot set credentials using aws configure command
first time question so please excuse my poor question formatting. I'm running up to date(enough) Python, AWS CLI v2, installed with MSI, config and credentials file both have values, no environment va...
youusedmeforlanddevelopment
Votes: 0
Answers: 2
Why is Get-ChildItem inside a Function Access denied after correct New-PSDrive? (It works outside of the function scope.)
This doesnt work
function ImportProcess{
param(
[Parameter()]
[string]$XMLPath
)
$sourcePath = $XMLPath
$DestPath = split-path "$sourcePath" -Parent #this...
Jasmin Muhamedagic
Votes: 0
Answers: 0
Git / VS 2022 / Check in running very slow on credential-manager-core
We are using GIT with VS 2022 with our Azure Dev ops.
All of a sudden about a week ago, I am seeing this message when syncing with the remote server:
"Syncing - pulling the current branch -> c...
tvb2754
Votes: 0
Answers: 0