Skip to content

Instantly share code, notes, and snippets.

@duttashi
Last active August 5, 2021 12:15
Show Gist options
  • Save duttashi/d8bb0883f70096672fe08ca34032999c to your computer and use it in GitHub Desktop.
Save duttashi/d8bb0883f70096672fe08ca34032999c to your computer and use it in GitHub Desktop.
smartgit push error: unable to read askpass response from 'askpass.cmd' could not read Username for 'https://github.com': terminal prompts disabled
Environment
Using Smartgit version 21.1
Windows 10 environment
Error:
unable to read askpass response from 'askpass.cmd'
could not read Username for 'https://github.com': terminal prompts disabled
also unable to launch command prompt
Solution:
Another program Miniconda had added something stupid to the registry HKEY_CURRENT_USER\Software\Microsoft\Command Processor\autorun
remove the entry in autorun, and try again.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment