Skip to content

Instantly share code, notes, and snippets.

View zzz-i2p's full-sized avatar
🌴
On vacation

zzz zzz-i2p

🌴
On vacation
View GitHub Profile
@zzz-i2p
zzz-i2p / index.slim
Created September 19, 2018 09:48
MqZKov
body
.AuthPanel style=("position: fixed; top: 0; z-index: 999")
div
a href="/visitor-authorize.html"
span Авторизация
a href="/visitor-registration.html"
span Регистрация
/! <a href="/user-info.html"><span>Мой кабинет</span></a
.wraper style=("margin-top: 77px;")
.header
Создание и настройка ssh ключей
1. Запустите Git Bash и введите
ssh-keygen -t rsa -C "your@email.ru"
2. На вопрос “Enter file in which to save the key” введите id_rsa и нажмите “Enter”
3. Далее введите любой пароль, и подтвердите его (лучше пропустить, потому что каждый раз при соединении с github, придется вводить его)