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 read that we weren't supposed to do manual git operations -- the automatic nbgitpuller was working and then I think I did something manually to my repo or local clone and messed it up and cannot recover. I now cannot seem to get anything but this message no matter what I do when I use the nbgitpuller link.
$ git fetch
fatal: Unable to read current working directory: No such file or directory
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/opt/anaconda3/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/handlers.py", line 73, in pull
raise e
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/handlers.py", line 67, in pull
for line in gp.pull():
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 59, in pull
yield from self.update()
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 168, in update
yield from self.update_remotes()
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 105, in update_remotes
yield from execute_cmd(['git', 'fetch'], cwd=self.repo_dir)
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 41, in execute_cmd
raise subprocess.CalledProcessError(ret, cmd)
subprocess.CalledProcessError: Command '['git', 'fetch']' returned non-zero exit status 128.
The text was updated successfully, but these errors were encountered:
I read that we weren't supposed to do manual git operations -- the automatic nbgitpuller was working and then I think I did something manually to my repo or local clone and messed it up and cannot recover. I now cannot seem to get anything but this message no matter what I do when I use the nbgitpuller link.
$ git fetch
fatal: Unable to read current working directory: No such file or directory
Traceback (most recent call last):
File "/opt/anaconda3/lib/python3.6/threading.py", line 916, in _bootstrap_inner
self.run()
File "/opt/anaconda3/lib/python3.6/threading.py", line 864, in run
self._target(*self._args, **self._kwargs)
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/handlers.py", line 73, in pull
raise e
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/handlers.py", line 67, in pull
for line in gp.pull():
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 59, in pull
yield from self.update()
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 168, in update
yield from self.update_remotes()
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 105, in update_remotes
yield from execute_cmd(['git', 'fetch'], cwd=self.repo_dir)
File "/opt/anaconda3/lib/python3.6/site-packages/nbgitpuller/pull.py", line 41, in execute_cmd
raise subprocess.CalledProcessError(ret, cmd)
subprocess.CalledProcessError: Command '['git', 'fetch']' returned non-zero exit status 128.
The text was updated successfully, but these errors were encountered: