Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@M1sf3t Ah Yea forgot about all the Autistic screeching that took place here on dR.
Good ole memories lol -
devTea254733ySome companies afraid someone leak their code, but meh, mine blocked it in the past, now they allow it
-
@devTea Companies like to forget that someone can leak code in a number of different ways anyway
-
Makes sense.. Somehow people manage to upload client/company project secrets to their personal public github repos. They alwsys claim it's an accident. I find it hard to believe
I honestly have no idea how could I by mistake do that:
- mkdir newdir
- cd newdir
- git init --bare
- cd ~/projects/clients_project/secrets
- cp id_rsa passwords ~/newdir/
- cd -
- git remote add origin http://github.com/its_an_accident/...
- git add *
- git commit -m 'whoops...'
- git push -
Froot78973yThey must think very badly of their engineers if they think blocking GitHub will stop data leaks.
-
gandfaad873y@netikras if people really wanna steal away stuff, they are gonna do that anyway. Blocking GitHub for that doesn't make sense.
-
Just make a reverse proxy. I have a raspi just for reverse proxies and mirrors. It's 10 lines apache config and always proves useful.
Related Rants
When your workplace blocks GitHub.com... T.T
rant
workplace
github
ban