English 中文(简体)
• 如何将第二次申请添加到阴道上?
原标题:how to add a second application to github?
  • 时间:2011-11-20 23:01:49
  •  标签:
  • github

我成功地从我的当地机器中建立了我的第一个存放处(第一个存放处)并将主机的复印件推向了结晶(见Xyz)。

现在,我正试图增加第二份申请,将其推倒。 但是,我不断发现错误。 这里的指挥记录是为了产生第二份申请和收到的信息:

~/rails_projects/dem3>sudo git remote add origin [email protected]:xyz/dem3
~/rails_projects/dem3>git push
ERROR: xyz/dem3.git doesn t exist. Did you enter it correctly?
fatal: The remote end hung up unexpectedly
~/rails_projects/dem3>

你可以看到“再补充”指挥毫无问题。 参看第dem3/.git/config号文件的下列条目:

[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
[remote "origin"]
    url = [email protected]:xyz/dem3
    fetch = +refs/heads/*:refs/remotes/origin/*

想法?

Thanks, Tabrez

最佳回答

您是否为您第二次申请(通过网络接口)设立了一个存放处?

问题回答

暂无回答




相关问题
GitHub SAML SSO ( cloud enterprise)

I wanted to integrate GitHub saml sso for the project. I have a custom IDP and from the SP initiated saml flow, like getting to the https://github.com/orgs/ORG-NAME/sso and then sso getting successful,...

How do I clone a github project to run locally?

I am trying to follow this railscast tutorial for authlogic - and it points to the source here - I have git installed - how do I replicate the source onto my localhost so that I can follow the ...

git push heroku master permission denied on VISTA

(Using Vista)I m trying to clone an app from my GitHub Repository and push it into Heroku. Okay, so I ve tried to create an SSH key so many times with this: `ssh-keygen -t rsa` It seems to go ...

SSH Public key denied on "git clone" command

I am trying to clone a git repo that I forked in my GitHub Repository.It s a rails app. I want to clone it on my local git so that I can push it onto heroku. I generated a set of rsa keys and copied ...

heroku using git branch is confusing!

Ok, so I have a big github project that i m not supposed to merge my little Stacia branch into. However, it seems like Heroku only takes pushing MASTER seriously. It looks like I pushed my branch, but ...

热门标签