encryption - how verify if data are encrypt when use git transfert? -


i have install own gitlab on server. want encrypt data on network during transfert (clone, push, pull...).

datas encrypt default git protocol? or need enable https?

how verify if data on network encrypt?

thx.

git doesn't encrypt during transport, that's transport protocol.

plaintext:

  • file://
  • git://
  • http://

encrypted:

  • https://
  • ssh://

Comments

Popular posts from this blog

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -