-
Notifications
You must be signed in to change notification settings - Fork 1
/
InstalacionRaapidaGit.txt
79 lines (37 loc) · 1.5 KB
/
InstalacionRaapidaGit.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# SPOTIFY
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys BBEBDCB318AD50EC6865090613B00F1FD2C19886
echo deb http://repository.spotify.com stable non-free | sudo tee /etc/apt/sources.list.d/spotify.list
sudo apt-get update
sudo apt-get install spotify-client
spotify
# GITHUB
sudo apt-get install git
git clone https://github.com/a9lara/GitRepository.git
sudo apt-get install xclip
ssh-keygen
ssh-add ~/.ssh/id_rsa
xclip -sel clip < ~/.ssh/id_rsa.pub
Selecciona Settings, que está en a la parte superior derecha en el engrante, son los settings.
Selecciona SSH Keys.
Selecciona Add SSH key.
Ponle un título.
Ahora pega la clave qué traes en tu clipboard. (Es decir, solo dale click derehco, pegar)
Dale click en Add Key.
Ahora regresate a tu paǵina principal.
Entr al repositorio qué quieres pushear sin que te pida tu contraseña.
Ahora, donde dice clonar selecciona SSH. Copia el URL.
Ve a la Terminal.
Abre el directorio de tu repo, es decir, escribe:
$ cd "a"
$ cd .git
$ gedit config
Cambia el URL de -remote "origin"- por el que copiaste.
Regresa a tu GitHub.
Salvalo y cierralo.
$ git config --global user.email [email protected]
Vuelve a la página de tu GitHUb y vuleve a cambiar SSH por HTTPS enla URL de tu repositorio.
Listo, ya no te pedirá la cuenta otra vez.z.
Si al quererle dar:
$ git push
antes de subirlo, te aparece un letrero qué te da a escoger dos opciones, entonces, escribe en la terminal:
$ git config --global push.default matching