Changes between Version 15 and Version 16 of TipAndDoc/scm/git


Ignore:
Timestamp:
Apr 12, 2013 2:21:41 AM (11 years ago)
Author:
mitty
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TipAndDoc/scm/git

    v15 v16  
    3131 > $ git config remote.origin.url $uri 
    3232 > $ git config remote.origin.mirror true 
     33 > }}} 
     34 
     35 * [http://biokids.org/?%A4%C9%A4%D6%A4%AA%2F%B3%AB%C8%AF%A4%B7%A4%E8%A4%A6%A1%AA%2Fgit%A4%A4%A4%ED%A4%A4%A4%ED どぶお/開発しよう!/gitいろいろ - BioKids Wiki] 
     36 > === GitHubにHTTPSでアクセスするとSSL証明書の検証に失敗する   
     37 > この場合のように新たな証明書をOpenSSLへインストールする方法について解説したページが見つからなかったのでメモしておきます。 
     38 * [http://stackoverflow.com/questions/3777075/ssl-certificate-rejected-trying-to-access-github-over-https-behind-firewall git - SSL certificate rejected trying to access GitHub over HTTPS behind firewall - Stack Overflow] 
     39 > {{{ 
     40 > $ env GIT_SSL_NO_VERIFY=true git clone https://github... 
    3341 > }}} 
    3442 
     
    151159 * [http://d.hatena.ne.jp/ono51/20120619/p1 nginxでgitリポジトリの公開 - Smart HTTPを試してみた - 逆襲のWebエンジニア] 
    152160 * [http://www.toofishes.net/blog/git-smart-http-transport-nginx/ toofishes.net - Git smart HTTP transport on nginx] 
     161 * [http://serverfault.com/questions/334127/howto-nginx-git-http-backend-fcgiwrap-debian-squeeze Howto Nginx + git-http-backend + fcgiwrap (Debian Squeeze) - Server Fault] 
     162  * fastcgi_passは最初の方にあっても良い模様 
     163  * {{{fastcgi_param SCRIPT_FILENAME}}}はかならず{{{include fastcgi_params}}}よりも先に記述しないとダメ(以下の様に意図しない場所へchdirされエラーになる) 
     164{{{ 
     165FastCGI sent in stderr: "Cannot chdir to script directory (/usr/share/nginx/www/git/test.git/info)" 
     166}}} 
    153167 
    154168 * Ubuntu 12.04では、{{{fcgiwrap}}}パッケージを導入すると{{{/var/run/fcgiwrap.socket}}}が自動的に作成される