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
update authored Mar 01, 2015 by Administrator's avatar Administrator
Hide whitespace changes
Inline Side-by-side
Showing with 3 additions and 10 deletions
+3 -10
  • create-ssh-key.markdown create-ssh-key.markdown +3 -10
  • No files found.
create-ssh-key.markdown
View page @ 62b6d73d
......@@ -2,17 +2,10 @@
Windows
1. Установить git-клиент с официального сайта (http://git-scm.com/download/win).
2. При установке выбрать опции:
- Use git from Windows command prompt
- Use OpenSSH
2. Воспользоваться утилитой "ssh-keygen.exe" из поставки.
1. Воспользоваться утилитой "ssh-keygen.exe" из поставки Git (C:\\Program Files (x86)\\Git\\bin).
`ssh-keygen -t rsa -C "youremail"`.
3. Полученный ключ разместить в %USERPROFILE%\\.ssh.
4. Создать в %USERPROFILE%\\.ssh файл с именем config, в котором прописать:
2. Полученный ключ разместить в %USERPROFILE%\\.ssh.
3. Создать в %USERPROFILE%\\.ssh файл с именем config, в котором прописать:
`Host source.isimplelab.com`
......
Clone repository
  • Work in branches
  • clone ibank
  • create new module
  • create ssh key
  • git essentials
  • initial config
  • remove module
  • submodule basic