How to config Git remote server on Bitbucket or Github
Setting Up Git Remote Repositories When you initialize a new repository locally and try to push to GitHub or Bitbucket for the first time, you’ll likely encounter errors like: No refs in common and none specified; doing nothing. Perhaps you should specify a branch such as ‘master’. fatal: The remote end hung up unexpectedly This…