aes@aes-Inspiron-3501:/Documentos/Projetos$ cd ../nay
-bash: cd: ../nay: Arquivo ou diretório inexistente
aes@aes-Inspiron-3501:/Documentos/Projetos$ ls
ADS-TRABALHO-FINAL config hooks objects
branches description info Projeto01
'como usar o git' HEAD nay refs
aes@aes-Inspiron-3501:/Documentos/Projetos$ cd ../Projetos/nay
aes@aes-Inspiron-3501:/Documentos/Projetos/nay$ git clone C:/home/aes/Documentos/Projetos/ cloneProjetos
Cloning into 'cloneProjetos'...
ssh: Could not resolve hostname c: Temporary failure in name resolution
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
aes@aes-Inspiron-3501:/Documentos/Projetos/nay$ git clone /c/home/aes/Documentos/Projetos/ cloneProjetos
fatal: repository '/c/home/aes/Documentos/Projetos/' does not exist
aes@aes-Inspiron-3501:/Documentos/Projetos/nay$ git clone c:/home/aes/Documentos/Projetos/ cloneProjetos
Cloning into 'cloneProjetos'...
ssh: Could not resolve hostname c: Temporary failure in name resolution
fatal: Could not read from remote repository.
Please make sure you have the correct access rights and the repository exists.