github 提交

发布于 2024-10-14 03:08:00 字数 508 浏览 2 评论 0原文

我有 github ssh 详细信息来获取客户端项目,我以前从未在 github 上工作过。很抱歉问这个愚蠢的问题。我有 ssh 密钥(公共、私有,是在我的系统 - ubuntu 10.04 的 filezila 下生成的),并且客户端已将这些密钥添加到他的存储库中。他已经将 github 上的提交 url 提供给了我的系统。

我已经在github上用ubuntu系统在我的账户下安装并做了一个测试项目。但无法提交客户工作。

他的网址是这样的,

ssh://[email protected]:/home/git/project.git

我怎样才能提交这个项目文件,

我想我必须在这个github安装下添加那些ssh私钥、公钥,但我不知道如何添加。请帮我。

I have got github ssh details to get the client project, i never worked on github before. So sorry for this stupid question. I Have ssh keys(public,private which was generated under filezila from my system - ubuntu 10.04) and client has added those keys into his repos. And he has given commiting url from github to my system.

I have installed and made a test project under my account in github with the ubuntu system. But not able to commit the client work.

His url is somthing like this,

ssh://[email protected]:/home/git/project.git

how can i commit this project files,

i guess i have to add those ssh private,public keys under this github installation but i dont know how to add. Please help me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

翻了热茶 2024-10-21 03:08:00
  1. 将 SSH 密钥添加到您的 github 帐户,请参阅他们的帮助页面了解更多信息。确保测试其设置是否正确。
  2. 请您的朋友将您添加为项目的协作者:项目页面 ->管理员->合作者。
  3. 在家克隆存储库并享受提交的乐趣! URL 将如下所示:

    [电子邮件受保护]:USERNAME/PROJECTNAME.git
    

    Linux 上的示例:

    git clone [电子邮件受保护]:用户名/项目名.git
    
  1. Add an SSH key to your github account, see their help page for more information. Make sure to test that it's been set up properly.
  2. Ask your friend to add you as a collaborator to the project: Project page -> Admin -> Collaborators.
  3. Clone the repo at home and have fun committing! The URL will look something like this:

    [email protected]:USERNAME/PROJECTNAME.git
    

    So example on linux:

    git clone [email protected]:USERNAME/PROJECTNAME.git
    
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文