Note that there are some explanatory texts on larger screens.

plurals
  1. POCan't clone my Git repository
    text
    copied!<p>So, I have set up my first Git repository on my liverserver, succesfully cloned it to a subdomain (that I want to use as staging server). Now I want to clone it to Github and to my local computer, but I cant. I followed the steps provided by github and tries all protocols for cloning. Below is just a small overview of what I have tried.</p> <pre><code>Kasper-Srensens-MacBook-Pro:wordpress Kasper$ ssh kasperso@kaspersorensen.com kasperso@kaspersorensen.com's password: Last login: Tue Feb 15 15:35:13 2011 from 0x57368359.sdbnqu1.dynamic.dsl.tele.dk kasperso@kaspersorensen.com [~]# cd www/wp-content/ kasperso@kaspersorensen.com [~/www/wp-content]# git status # On branch master # Untracked files: # (use "git add &lt;file&gt;..." to include in what will be committed) # # backup-d2490/ # backup-db/ # blogs.dir/ # bte-wb/ # index.php # sunrise.php # uploads/ nothing added to commit but untracked files present (use "git add" to track) kasperso@kaspersorensen.com [~/www/wp-content]# logout Connection to kaspersorensen.com closed. Kasper-Srensens-MacBook-Pro:wordpress Kasper$ git clone git://kaspersorensen.com/wp-content.git Cloning into wp-content... kaspersorensen.com[0: 74.220.202.12]: errno=Operation timed out fatal: unable to connect a socket (Operation timed out) Kasper-Srensens-MacBook-Pro:wordpress Kasper$ git clone ssh://kaspersorensen.com/wp-content.git wp-content/ Cloning into wp-content... Kasper@kaspersorensen.com's password: Permission denied, please try again. Kasper@kaspersorensen.com's password: Permission denied, please try again. Kasper@kaspersorensen.com's password: Permission denied (publickey,password). fatal: The remote end hung up unexpectedly Kasper-Srensens-MacBook-Pro:wordpress Kasper$ No! I'm nor writing the password worng. It's crazy! -bash: No!: command not found Kasper-Srensens-MacBook-Pro:wordpress Kasper$ ssh kasperso@kaspersorensen.com kasperso@kaspersorensen.com's password: Last login: Tue Feb 15 15:40:27 2011 from 0x57368359.sdbnqu1.dynamic.dsl.tele.dk kasperso@kaspersorensen.com [~]# cd www/wp-content/ kasperso@kaspersorensen.com [~/www/wp-content]# git status # On branch master # Untracked files: # (use "git add &lt;file&gt;..." to include in what will be committed) # # backup-d2490/ # backup-db/ # blogs.dir/ # bte-wb/ # index.php # sunrise.php # uploads/ nothing added to commit but untracked files present (use "git add" to track) kasperso@kaspersorensen.com [~/www/wp-content]# git remote add origin git@github.com:kasperbs/wp-content.git fatal: remote origin already exists. kasperso@kaspersorensen.com [~/www/wp-content]# </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