Search notes:

Git protocols

Git supports four protocols
Syntax Comment
http, https http[s]://host.xz[:port]/path/to/repo.git/ Two different modes: smart and dumb HTTP.
ssh ssh://[user@]host.xz[:port]/path/to/repo.git/
git git://host.xz[:port]/path/to/repo.git/ Native protocol without authentication, should only be used with caution on unsecured networks. (See also git daemon).
ftp, ftps ftp[s]://host.xz[:port]/path/to/repo.git/ Inefficient and can only be used for fetching. Deprecated.
local repositories /path/to/repo.git/, file:///path/to/repo.git/ The remote repository is located on the same host

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/developm...', 1759396842, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/development/version-control-systems/git/protocols/index(41): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78