This answer does not have valid link
For both GitHub & GitLab, we only have https access through browser. Installing Git in local laptop does not help us run git add remote https://github.com/abc/xyz.git
or git fetch --all
1) How does git client(git push
or git fetch --all
) work with GitLab or GitHub remote repo? Is it through https
or ssh
?
2) What ports need to be enabled on GitHub remote repo(server)? to run such commands