Technically Impossible

Lets look at the weak link in your statement. Anything "Technically Impossible" basically means we haven't figured out how yet.

20220511

https://espio999.tumblr.com/post/682781004589629440/%E6%99%82%E9%96%93%E3%82%92%E7%84%A1%E9%A7%84%E3%81%AB%E8%B2%BB%E3%82%84%E3%81%95%E3%81%AA%E3%81%84%E3%81%8B%E3%81%8E%E3%82%8A%E9%87%91%E6%8C%81%E3%81%A1%E3%81%AB%E3%81%AF%E3%81%AA%E3%82%8C%E3%81%AA%E3%81%84%E5%B9%B8%E9%81%8B%E3%81%AA%E7%94%9F%E3%81%BE%E3%82%8C%E3%81%A7%E3%82%82%E3%81%AA%E3%81%84%E3%81%8B%E3%81%8E%E3%82%8A%E3%81%A7%E3%82%82%E3%81%9D%E3%81%93%E3%81%BE%E3%81%A7%E5%B9%B8%E9%81%8B%E3%81%AA%E3%82%89%E9%87%91
espio999.tumblr.com

続きを読む

Error from Visual Studio and GitHub integration - error setting certificate verify location


Abstract

Accessing GitHub with Visual Studio sometime causes error. ITs typical case is the image attached above. It says that the certificate is not found at the designate path.

This is the cause of error, but it is not root cause. The another factor makes Git in Visual Studio pointing to wrong destination, and this is the root cause.

This post introduces

Specify a cause command "git config"
fix a problem edit file "gitconfig"
typical solution and its problem copy certificate
  • Abstract
  • Specify a cause with the command "git config"
  • fix a problem
  • Typical solution and its problem
続きを読む

Visual StudioとGitHubの連携、証明書に関するエラー - 複数のgitconfigに起因する問題


ITに関わりのあるユーザーにGitHubが普及し、彼らが利用するツールやサービスも、その連携を意識するようになった。ツールや製品によっては、それ専用のGitをインストールくらいだ。

同時に、これが無用なトラブルを招く間接的な原因にもなっている気がしている。その典型例が、冒頭に掲載した画像が示すエラーだ。Visual StudioGitHubと同期する際に問題が発生している。

この問題が生じる<直接的>な原因は、エラー・メッセージが示すように、「指定パスに証明書が保存されていない」ことに起因している。あえて<直接的>と強調しているのは、このエラーが生じる間接的な原因が存在するからだ。いうなれば「原因の原因」だ。それは冒頭に触れた事柄が関係している。

この投稿では、次の事柄について触れる。

根本的な原因の特定 コマンド”git config”
直接的な原因に対する対応 ファイル”gitconfig”の編集
ありがちな対応と、その問題点 証明書のコピー
「原因の原因」に対する対応  
  • 根本的な原因の特定
  • 直接的な原因に対する対応
  • ありがちな対応と、その問題点
  • 余談:「原因の原因」に対する対応
続きを読む