λ 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
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