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
# git hub -v clone pyhedgehog/choco-packagesCloning choco-packages…Fatal error: name 'ResourceNotFoundError' is not defined------------------------------------Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/git_repo/repo.py", line 348, in do_clone service.clone(self.user_name, self.repo_name, self.branch) File "/usr/lib/python3.4/site-packages/git_repo/services/service.py", line 237, in clone self.pull(remote, branch) File "/usr/lib/python3.4/site-packages/git_repo/services/service.py", line 208, in pull remote.pull(branch, progress=pb) File "/usr/lib/python3.4/site-packages/git/remote.py", line 771, in pull res = self._get_fetch_info_from_stderr(proc, progress) File "/usr/lib/python3.4/site-packages/git/remote.py", line 638, in _get_fetch_info_from_stderr proc.wait(stderr=stderr_text) File "/usr/lib/python3.4/site-packages/git/cmd.py", line 291, in wait raise GitCommandError(self.args, status, errstr)git.exc.GitCommandError: Cmd('git') failed due to: exit code(1) cmdline: git pull --progress -v github master stderr: 'fatal: Couldn't find remote ref master'During handling of the above exception, another exception occurred:Traceback (most recent call last): File "/usr/lib/python3.4/site-packages/git_repo/repo.py", line 544, in main return GitRepoRunner(args).run() File "/usr/lib/python3.4/site-packages/git_repo/kwargparse.py", line 68, in run return self._action_dict[frozenset(args)](self) File "/usr/lib/python3.4/site-packages/git_repo/repo.py", line 357, in do_clone raise ResourceNotFoundError(err.args[2].decode('utf-8')) from errNameError: name 'ResourceNotFoundError' is not defined
The text was updated successfully, but these errors were encountered:
pyhedgehog
changed the title
Clone from bare (empty) repository throws incorrect error
Clone from non-existant repository throws incorrect error
Dec 22, 2016
pyhedgehog
changed the title
Clone from non-existant repository throws incorrect error
Clone from bare (empty) repository throws incorrect error
Dec 22, 2016
guyzmo
changed the title
Clone from bare (empty) repository throws incorrect error
Clone from empty repository throws incorrect error
Dec 23, 2016
🚧 Features
* Support for insecure connection through config option (fixes#66)
* Made gitlab feature complete:
* Added support for list command in gitlab (cf #78)
* Added support for gitlab gists (fixes#12)
* Added support for gitlab merge requests (fixes#10)
🚒 Bugfixes
* Bad exceptions handling mistakes (fixes#84, fixes#85)
* Missing edge case handling in list command (fixes#83)
💄 Cosmetics
* Updated README with new config option
* Added @rnestler to contributors
* Updated TODO list
Signed-off-by: Guyzmo <guyzmo+github+pub@m0g.net>
The text was updated successfully, but these errors were encountered: