Is there any way I can connect to another's user private repo?

I have read/write access to that repo, surly everything works fine locally. And I’m connect to my GH profile and gave read/write access as well. Is there an option to connect to that repo in replit? It fails at the very first stage when I do git clone with the next error:

remote: Write access to repository not granted.
fatal: unable to access 'MY_URL': The requested URL returned error: 403

Can I connect via SSH maybe? Will be grateful for any solution. Thanks.

I don’t know if this will work in Replit, but you could try HTTPS or SSH authentication to access your private repositories.