how to get the git clone url code example
Example 1: how to check git repository link
git config --get remote.origin.url
Example 2: how to download a git repository
git clone "then thing you can copy with https"
git config --get remote.origin.url
git clone "then thing you can copy with https"