I want to clone repository by using following command.
git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
I have got following error with this command.
dev@ubuntu:/a/WebRtc/Tools$
dev@ubuntu:/a/WebRtc/Tools$git clone https://chromium.googlesource.com/chromium/tools/depot_tools.git
Cloning into 'depot_tools'...
fatal: 'origin' does not appear to be a git repository
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
dev@ubuntu:/a/WebRtc/Tools$
I have tried this in following ways:
- Update git version.
- Try with Ubuntu 15.10 and 14.04.4.
- Try same command in windows machine, it working.