I'm trying to clone a private repository. I have tried with 2 ways
- Using Android Studio
- Using CMD
Result
C:\thoughtcast>git clone https://github.com/thoughtcastapp/git.android.ThoughtCast.git
Cloning into 'git.android.ThoughtCast'...
remote: Repository not found.
fatal: repository 'https://github.com/thoughtcastapp/git.android.ThoughtCast.git/' not found
Screenshot to verify the repo
How do I access my private repository?

