i have activated the remote origin of the repo which is visible from command: git remote --v. I have switched from http to ssh, and i used to have timeout issues that has been fixed using command: git config --global http.postBuffer 524288000
git config --global http.lowSpeedLimit 0 .
on the other hand , I decided to use token instead of ssh. Currently , i dont know what to do in using the token to enable me push my codes to gitHub. Can i clone my repo using ta token? Thank you pls assit.
If you have an access token for your repo, then you can use it like a password for git clone, or if your remote URL is in https format. Here’s a doc from Github’s help pages.