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
I just want to git pull like git bash
i set rsa with empty password
when i code these
#"D:/work/test_git" it's my local git folder, it's clone from remote
repo_path = "D:/work/test_git"
repo = git.Repo(repo_path)
repo.git.pull()
it always show me
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
cmdline: git pull
stderr: 'Host key verification failed.
fatal: Could not read from remote repository.
these is no useful information in the net
it's too difficult to use, is there any easy way to show developer to use???
maybe you can write a right example code to show how to use.
i use git bash to git pull , it's work fine. these is no problem in git bash with my git ssh
ENV: windows 10
python 2.7.17
gitpython 2.1.15
The text was updated successfully, but these errors were encountered:
I just want to git pull like git bash
i set rsa with empty password
when i code these
#"D:/work/test_git" it's my local git folder, it's clone from remote
repo_path = "D:/work/test_git"
repo = git.Repo(repo_path)
repo.git.pull()
it always show me
git.exc.GitCommandError: Cmd('git') failed due to: exit code(1)
cmdline: git pull
stderr: 'Host key verification failed.
fatal: Could not read from remote repository.
these is no useful information in the net
it's too difficult to use, is there any easy way to show developer to use???
maybe you can write a right example code to show how to use.
i use git bash to git pull , it's work fine. these is no problem in git bash with my git ssh
ENV: windows 10
python 2.7.17
gitpython 2.1.15
The text was updated successfully, but these errors were encountered: