github 提交
我有 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在家克隆存储库并享受提交的乐趣! URL 将如下所示:
Linux 上的示例:
Clone the repo at home and have fun committing! The URL will look something like this:
So example on linux: