Pinned Loading
-
Bash terminal commends
Bash terminal commends 1ssh-keygen -t rsa -C "opis klucza" -f "nazwa pliku klucza" #tworzenie klucza (-t typ klucza tu rsa) (-c metka z opisem na końcu klucza)
2clip < ~/.ssh/key#2.pub #kopiuj tekst klucza key#2.pub do schowka
3github: settings > ssh and GPG keys > new ssh key > wklejamy zawartość schowka i nazywamy klucz # klucz dodany powinien działać
4$ eval $(ssh-agent -s) # odpal ssh-agent w tle
5ssh-add ~/.ssh/klucz #dodaj klucz
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.
