Skip to content

Instantly share code, notes, and snippets.

@akbargumbira
Created August 13, 2016 07:20
Show Gist options
  • Save akbargumbira/2c0d852094f64fa153e97612a46d770f to your computer and use it in GitHub Desktop.
Save akbargumbira/2c0d852094f64fa153e97612a46d770f to your computer and use it in GitHub Desktop.
Pull porcelain
2016-08-13T00:05:22 2 Traceback (most recent call last):
File "C:/Users/IEUser/.qgis2/python/plugins\qgis_resources_sharing\resource_sharing\repository_handler\remote_git_handler.py", line 125, in download_collection
b'refs/heads/master'
File "C:/Users/IEUser/.qgis2/python/plugins\qgis_resources_sharing\ext_libs\dulwich\porcelain.py", line 619, in pull
determine_wants=determine_wants)
File "C:\Users\IEUser\.qgis2\python\plugins\qgis_resources_sharing\ext_libs\dulwich\client.py", line 256, in fetch
commit()
File "C:\Users\IEUser\.qgis2\python\plugins\qgis_resources_sharing\ext_libs\dulwich\client.py", line 243, in commit
target.object_store.add_thin_pack(f.read, None)
File "C:\Users\IEUser\.qgis2\python\plugins\qgis_resources_sharing\ext_libs\dulwich\object_store.py", line 606, in add_thin_pack
return self._complete_thin_pack(f, path, copier, indexer)
File "C:\Users\IEUser\.qgis2\python\plugins\qgis_resources_sharing\ext_libs\dulwich\object_store.py", line 570, in _complete_thin_pack
os.rename(path, pack_base_name + '.pack')
WindowsError: [Error 183] Cannot create a file when that file already exists
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment