panterozo

Results 7 comments of panterozo

Hi.. I'm having the same issue here: When cloning: ```python repo = git.Repo("my-awesome-project-folder") o = repo.remotes.origin ``` It breaks into this error: ```sh 2020-04-07 11:53:12,844 - ERROR - 'IterableList' object...

Hi again.. I have being monitoring this behavior, and some times works and some times doesnt. About a previous ask https://github.com/gitpython-developers/GitPython/issues/910#issuecomment-612354380, the anwser is this: ``` $ cat .git/packed-refs #...

Hi @Byron.. Thanks by your consern. That token wasn't real. It was put there only to understand what was happening.

@Gubapizxc do you have a json inside it? could you share it to take a look?

In the meanwhile, you can try whitout $pull action, and the touch should work, but, you would't have $pull. Im working on a solution

This would be nice!

The full error. It seems to have something related to multiprocessing in AWS lambda ``` Traceback (most recent call last): File "/app/main.py", line 9, in import undetected_chromedriver as uc File...