Algunos datos utiles para Git
Crear un nuevo repositorio de git sudo git init –bare myRepo.git cd myRepo.git sudo chmod -R g+ws * sudo chown -R git:gitgroup ./ git config core.sharedRepository true Generar una llave Abrir el Git Bash ssh-keygen -t rsa Abrir el archivo…
Comentarios recientes