I am neither good at programming nor English. I am sorry if the meaning is difficult to understand.
I cloned git remote repository I constructed in other environment to iPad with StaSh, worked there, push the change and I got an error saying
[my app]$ git push
Attempting to push to: https://github.com/####/***.git, branch: refs/heads/master
stash: <class 'urllib2.URLError'>: <urlopen error [Errno 32] Broken pipe>
The directory structure is as follows.
my app/.git/~
/public/.js, .html, **.PNG
/package.json, Procfile, readme.md, server.js
Since I do not know how to “git add [directory]” with StaSh, I typed "git add . " under public dir and I did "git commit" and "git push" under my app dir.
How can I solve this problem?