arc90 / git-sweep

A command-line tool that helps you clean up Git branches that have been merged into master.
MIT License
2.55k stars 125 forks source link

can't run command with private repo in Cmder on Windows #53

Closed dkocich closed 1 year ago

dkocich commented 4 years ago
λ git-sweep preview
Fetching from the remote
Cmd('git') failed due to: exit code(128)
  cmdline: git fetch -v origin
  stderr: 'fatal: Could not read from remote repository.

Please make sure you have the correct access rights
and the repository exists.'

The problem is that the program is not showing prompt for SSH password input for access to private repository. I am only able to overcome it by using approach here https://superuser.com/a/1044918/732650