Step 1: Clone your remote repo
- Open terminal and type
git clone <repo-url> . - Put your credential
Step 2: Update config
- Open the local folder of your clone repo
- Navigate to
.gitdirectory - Open
configusing any text editor - Edit the
urlof section[remote "origin"]like this way ```
[remote "origin"]
url = https://shawonsaha:@github.com//.git

Top comments (0)