-
Notifications
You must be signed in to change notification settings - Fork 362
Translate 04-git-server generating-ssh-key setting-up-server #114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -1,13 +1,13 @@ | |||
[[_generate_ssh_key]] | |||
=== Generating Your SSH Public Key | |||
=== 生成你的SSH公钥 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SSH
前后两端加空格,后面所有中文句子中出现英文或数字的地方也同样处理。
@oranzhang 完成了一次 review。 需要注意的是,04-git-server setting-up-server 一节中 目前译文中除第 84 行为 |
@secondwtq @oranzhang 这个需要遵循原文,原文里用什么,译文里就要用什么。 |
First, you should check to make sure you don't already have a key. | ||
By default, a user's SSH keys are stored in that user's `~/.ssh` directory. | ||
You can easily check to see if you have a key already by going to that directory and listing the contents: | ||
如人们所说的,许多Git服务器使用SSH公钥来进行认证。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
正
如人们所说,
的
去掉吧
Note that someone must shell onto the machine and create a bare repository every time you want to add a project. | ||
Let's use `gitserver` as the hostname of the server on which you've set up your 'git' user and repository. | ||
If you're running it internally, and you set up DNS for `gitserver` to point to that server, then you can use the commands pretty much as is (assuming that `myproject` is an existing project with files in it): | ||
然后,John, Josie 和 Jessica能够通过将这个仓库设置为remote并创建一个新branch来将他们项目的最初版本push到这个仓库中。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
我看了其他几个人的翻译,remote
,branch
,push
都直接翻译了
@oranzhang 已完成 |
@oranzhang 请将本 PR 分成两个章节单独生成两个 PR,一个 PR 中只能包含一个章节。 |
@oranzhang 请尽快将已审校的内容修订,方便后续审校,谢谢合作。 |
@oranzhang 请尽快修订该章节。 |
@oranzhang 已完成审校 |
…nerating-ssh-key-original-pull-114 Translate 04-git-server generating-ssh-key (Originally #114 )
…tting-up-server-original-pull-114 Translate 04-git-server setting-up-server (Originally #114 )
No description provided.