entre Desarrolladores

Recibe ayuda de expertos

Registrate y pregunta

Es gratis y fácil

Recibe respuestas

Respuestas, votos y comentarios

Vota y selecciona respuestas

Recibe puntos, vota y da la solución

Pregunta

1voto

configuracion de git para que no pida autentificacion al hacer un PUSH

lo que quiero lograr que cuando yo envie mis cambios con el comando PUSH ya no me pida mi usuario y contraseña o que solo me pida mi pura contraseña, gracias a todos

1 Respuesta

2votos

jsstoni Puntos940

1) debes generar una clave ssh
ssh-keygen -t rsa -C "[email protected]"
2) se genera un archivo Usuario.pub con la key para establecer la conexion con github
ejemplo : ssh-rsa asdaskdhqkjweqw18237sj1p [email protected]
3) vas a settings -> deploy keys -> Add a deploy key
hay agregas lo datos de la key mensionado en el paso 2

0voto

codeando comentado

yse todo bien creo yo
todo iba bien asta que me aparecio este mensage cuando yva aser un PUSH

$ git push
warning: push.default is unset; its implicit value is changing in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the current behavior after the default changes, use:

git config --global push.default matching

To squelch this message and adopt the new behavior now, use:

git config --global push.default simple

When push.default is set to 'matching', git will push local branches
to the remote branches that already exist with the same name.

In Git 2.0, Git will default to the more conservative 'simple'
behavior, which only pushes the current branch to the corresponding
remote branch that 'git pull' uses to update the current branch.

See 'git help config' and search for 'push.default' for further informatio
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)

ESPERO ME PUESDAS AYUDAR GRACIAS

0voto

jsstoni comentado

$ git push origin master

o itenta actualizar la versión.

0voto

codeando comentado

mira esto es lo que me aparece

Hi wootsbot! You've successfully authenticated, but GitHub does not provide shel
l access.

0voto

jsstoni comentado

añadiste la KEY a tu repositorio en github.

Por favor, accede o regístrate para responder a esta pregunta.

Otras Preguntas y Respuestas


...

Bienvenido a entre Desarrolladores, donde puedes realizar preguntas y recibir respuestas de otros miembros de la comunidad.

Conecta