2
respostas

Não estou conseguinho clonar, poderiam me ajudar?

No terminal Windows Powe Shell aparece nesse formato: reference repository --dissociate use --reference only while cloning -o, --origin use instead of 'origin' to track upstream -b, --branch checkout instead of the remote's HEAD -u, --upload-pack path to git-upload-pack on the remote --depth create a shallow clone of that depth --shallow-since create a shallow clone since a specific time --shallow-exclude deepen history of shallow clone, excluding rev --single-branch clone only one branch, HEAD or --branch --no-tags don't clone any tags, and make later fetches not to follow them --shallow-submodules any cloned submodules will be shallow --separate-git-dir separate git dir from working tree -c, --config <key=value> set config inside the new repository --server-option option to transmit -4, --ipv4 use IPv4 addresses only -6, --ipv6 use IPv6 addresses only --filter object filtering --also-filter-submodules apply partial clone filters to submodules --remote-submodules any cloned submodules will use their remote-tracking branch --sparse initialize sparse-checkout file to include only files at root --bundle-uri a URI for downloading bundles before fetching from origin remote

PS C:\Users\weber> clone https://github.com/webertdias/sistema-de-cadastro.git clone : O termo 'clone' não é reconhecido como nome de cmdlet, função, arquivo de script ou programa operável. Verifique a grafia do nome ou, se um caminho tiver sido incluído, veja se o caminho está correto e tente novamente. No linha:1 caractere:1

PS C:\Users\weber>

2 respostas

creio que tenha faltado a palavra git antes de clone

git clone https://github.com/webertdias/sistema-de-cadastro.git

Obrigado Rodrigo