Unfortunately this is still an error
[OpenGLES]$ git fetch origin
imported refs/remotes/origin/master 03b88f1b46485cab6e7a9f4e51bd442b34c4d3a1
[OpenGLES]$ git merge origin/master
['origin/master']
______________________________
head is already up to date
[OpenGLES]$ git push
Attempting to push to: https://github.com/Cethric/OpenGLES-Pythonista.git, branch: refs/heads/master
Enter username: Cethric
Enter password: password
stash: <class 'urllib2.URLError'>: <urlopen error [Errno 32] Broken pipe>
Traceback (most recent call last):
File "/private/var/mobile/Containers/Shared/AppGroup/877D6E00-D22C-4407-9A69-C27FA4B9356A/Documents/site-packages/stash/stash.py", line 1234, in exec_py_file
execfile(file_path, namespace, namespace)
File "../stash/bin/git.py", line 723, in <module>
ns.func(args)
File "../stash/bin/git.py", line 565, in git_push
porcelain.push(repo.repo.path, result.url, branch_name, opener=opener)
File "/private/var/mobile/Containers/Shared/AppGroup/877D6E00-D22C-4407-9A69-C27FA4B9356A/Documents/site-packages/stash/lib/dulwich/porcelain.py", line 533, in push
r.object_store.generate_pack_contents, progress=errstream.write)
File "/private/var/mobile/Containers/Shared/AppGroup/877D6E00-D22C-4407-9A69-C27FA4B9356A/Documents/site-packages/stash/lib/dulwich/client.py", line 1022, in send_pack
data=req_data.getvalue())
File "/private/var/mobile/Containers/Shared/AppGroup/877D6E00-D22C-4407-9A69-C27FA4B9356A/Documents/site-packages/stash/lib/dulwich/client.py", line 978, in _smart_request
resp = self._http_request(url, headers, data)
File "/private/var/mobile/Containers/Shared/AppGroup/877D6E00-D22C-4407-9A69-C27FA4B9356A/Documents/site-packages/stash/lib/dulwich/client.py", line 943, in _http_request
resp = self.opener.open(req)
File "/var/mobile/Containers/Bundle/Application/FD006978-84C6-4483-A56E-1A3F28092E50/Pythonista.app/Frameworks/PythonistaKit.framework/pylib/urllib2.py", line 405, in open
response = self._open(req, data)
File "/var/mobile/Containers/Bundle/Application/FD006978-84C6-4483-A56E-1A3F28092E50/Pythonista.app/Frameworks/PythonistaKit.framework/pylib/urllib2.py", line 423, in _open
'_open', req)
File "/var/mobile/Containers/Bundle/Application/FD006978-84C6-4483-A56E-1A3F28092E50/Pythonista.app/Frameworks/PythonistaKit.framework/pylib/urllib2.py", line 383, in _call_chain
result = func(*args)
File "/var/mobile/Containers/Bundle/Application/FD006978-84C6-4483-A56E-1A3F28092E50/Pythonista.app/Frameworks/PythonistaKit.framework/pylib/urllib2.py", line 1223, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/var/mobile/Containers/Bundle/Application/FD006978-84C6-4483-A56E-1A3F28092E50/Pythonista.app/Frameworks/PythonistaKit.framework/pylib/urllib2.py", line 1185, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 32] Broken pipe>
[OpenGLES]$