Я просто хотел бы понять значение конечной косой черты с git clone
, тем более что кажется, что работает только та, у которой нет косой черты (для коллеги оба выглядят хорошо).
$ git clone https://github.com/bazelbuild/examples/
Cloning into 'examples'...
ERROR: Repository not found.
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
$ git clone https://github.com/bazelbuild/examples
Cloning into 'examples'...
remote: Enumerating objects: 979, done.
remote: Total 979 (delta 0), reused 0 (delta 0), pack-reused 979
Receiving objects: 100% (979/979), 326.45 KiB | 2.61 MiB/s, done.
Resolving deltas: 100% (330/330), done.
$ git --version
git version 2.21.0