php / web-qa

The PHP QA Website
65 stars 41 forks source link

Suggest the usage of ssh git URLs #28

Closed carusogabriel closed 3 years ago

carusogabriel commented 4 years ago

Using the previous ones, it was causing some problems with git push:

fatal: remote error: access denied or repository not exported: /web/qa.git
cmb69 commented 4 years ago

Not sure about changing that generally; I mean, not everybody wants to push, and the way it's described, that can't happen accidentially. Maybe add info about needing the other URLs, if one intends to push?

carusogabriel commented 4 years ago

Not sure about changing that generally; I mean, not everybody wants to push, and the way it's described, that can't happen accidentially

@cmb69 Indeed, not everyone wants to push, but if someone does, ssh URLs already provide that "functionality" for us.

In general, ssh over https URLs for Git/GitHub is also safer, that's another reason I'm proposing that :p

saundefined commented 3 years ago

@cmb69, I guess it can be closed?

33

cmb69 commented 3 years ago

Ah, right!