• Ever wanted an RSS feed of all your favorite gaming news sites? Go check out our new Gaming Headlines feed! Read more about it here.
  • We have made minor adjustments to how the search bar works on ResetEra. You can read about the changes here.

Serif

The Fallen
Oct 27, 2017
3,796
What timing. Was just working on a project and got this error:

Bash:
remote: fatal error in commit_refs
To github.com:msradam/recipebox.git
 ! [remote rejected] master -> master (failure)

Then I came here and saw this on the new threads list :P
 

HammerOfThor

Member
Oct 26, 2017
3,860
Ooph, imagine having business-critical code stored there and you need to do an emergency deployment/update.
 

Deleted member 3038

Oct 25, 2017
3,569
Is github still running off of cloudflare? I thought with the Acquisition from MS they would've moved it to Azure.
 

LL_Decitrig

User-Requested Ban
Banned
Oct 27, 2017
10,334
Sunderland
Meanwhile at Bitbucket/Atlassian:

〜( ̄▽ ̄〜) (〜 ̄▽ ̄)〜

He he! I use Bitbucket because I don't want to release my mostly worthless code under a restrictive licence. BSD-style licences are more my speed.

However the fact remains that it's git. If you have a git repository you can carry on while the remote is down. If you need to sync with your team before it comes back on line, just set up network links to the people (or nodes) you want to sync to.

The beauty of git is that there is no single point to fail.