15
Git fatal: protokół „https” nie jest obsługiwany
Przeglądam przewodnik rozwidlania Githuba: https://guides.github.com/activities/forking/ i próbuję sklonować repozytorium na moim komputerze. Jednak uruchomienie polecenia: $ git clone https://github.com/./Spoon-Knife.git Cloning into 'Spoon-Knife'... fatal: protocol 'https' is not supported Wypróbowano także z SSH: $ git clone git@github.com:./Spoon-Knife.git Cloning into 'Spoon-Knife'... Warning: Permanently added the RSA host key for IP address '.' …
191
git