I want to clone a private github repository to another device. In another question, the answer was to add username and password like this:
git clone 'https://username:password/github.com/username/repo/' However, for me that resultet in the following error:
fatal. unable to access 'https://name:password/github.com/username/repo/': URL using bad/illegal format or missing URL What am I doing wrong? I hope y'all can help me. Thank you!
EDIT: I marked the question as duplicate, the suggested question solved my problem.
@(not a/), there are also many different ways of providing credentials, in the linked question above. Good luck!