-
-
Notifications
You must be signed in to change notification settings - Fork 964
Closed
Labels
Description
Hi ,
I am new to Python and Git. Found this library to run Git commands using Python. I am trying to clone an already created repository on Google Cloud to my local directory on windows. and i try to add the repository by using the command
repo.git.add("automationPuml")
but i'm getting the error
raise GitCommandError(command, status, stderr_value, stdout_value)
git.exc.GitCommandError: Cmd('git') failed due to: exit code(128)
cmdline: git add automationPuml
stderr: 'fatal: pathspec 'automationPuml' did not match any files'