Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
H How-To
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Jira
    • Jira
  • Merge requests 0
    • Merge requests 0
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • docs
  • How-To
  • Wiki
  • create ssh key

create ssh key · Changes

Page history
administrator created page: create ssh key authored Dec 14, 2014 by Administrator's avatar Administrator
Hide whitespace changes
Inline Side-by-side
Showing with 17 additions and 0 deletions
+17 -0
  • create-ssh-key.markdown create-ssh-key.markdown +17 -0
  • No files found.
create-ssh-key.markdown 0 → 100644
View page @ 9bc41227
## Создание SHH-ключа
Windows
1. Установить git-клиент с официального сайта (http://git-scm.com/download/win).
2. Воспользоваться утилитой "ssh-keygen.exe" из поставки. ssh-keygen -t rsa -C "youremail".
3. Полученный ключ разместить в %USER_HOME%\.ssh.
Добавление SHH-ключа:
1. заходите в GitLab;
2. щёлкаете по значку со всплывающей подсказкой "Profile settings";
3. на странице профиля выбираете группу настроек "SSH Keys";
4. нажимаете на кнопку "Add SSH Key";
5. в поле "Title" вводите любой заголовок;
6. в поле "Key" копируете содержимое файла "id_rsa.pub";
7. нажимаете на кнопку "Add key".
\ No newline at end of file
Clone repository
  • Work in branches
  • clone ibank
  • create new module
  • create ssh key
  • git essentials
  • initial config
  • remove module
  • submodule basic