Note that there are some explanatory texts on larger screens.

plurals
  1. POGit Push worked, but files are not on server
    text
    copied!<p>I have a git set up on my HostGator shared acct, and I just made my first push. However when I look on the server the files are not there -- Push threw no errors or said anything would be wrong.</p> <p>I am using an SSH type connection if that makes any difference. And I followed <a href="http://thelucid.com/2008/12/02/git-setting-up-a-remote-repository-and-doing-an-initial-push/" rel="nofollow">this guide</a> to set up a git repo. The remote origin URL is correct as far as I can tell.</p> <p>Local LS:</p> <pre><code>/Applications/MAMP/htdocs/cyclesafestl [master] $ ls /Applications/MAMP/htdocs/cyclesafestl total 32 -rw-r--r--@ 1 503 80 81 Jun 19 10:49 BETA.txt -rw-r--r-- 1 503 80 1772 Jun 18 23:11 index.php -rw-r--r--@ 1 503 80 616 Jun 18 22:49 info.txt drwxr-xr-x 7 503 80 238 Jun 17 22:59 includes/ -rw-r--r-- 1 503 80 76 Jun 17 16:18 README.md </code></pre> <p>Server LS:</p> <pre><code>./ ../ HEAD branches/ config description hooks/ info/ objects/ refs/ </code></pre> <p>Git Push Info:</p> <pre><code>/Applications/MAMP/htdocs/cyclesafestl [master] $ git push -u origin master Counting objects: 45, done. Delta compression using up to 8 threads. Compressing objects: 100% (45/45), done. Writing objects: 100% (45/45), 498.12 KiB, done. Total 45 (delta 1), reused 0 (delta 0) To ssh://xxx@thehivestl.com:xxx/home2/xxx/public_html/thehivestl.com/cyclesafestl * [new branch] master -&gt; master Branch master set up to track remote branch master from origin. </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload