執行Git命令時出現各種 SSL certificate problem 的解決辦法
比如我在windows下用git clone gitURL
就提示 SSL certificate problem: self signed certificate
這種問題,在windows下出現得頻率高些。我估計主要是git本身就是基於linux開發的,在windows上,容易缺失一些環境。
參考了一些文章,解決方法其實就是“直接不管ssl證書的事兒”-_-|||
方法如下:
1.建立臨時環境變數:
windows上命令列輸入:
set GIT_SSL_NO_VERIFY=true git clone
Linux下:
env GIT_SSL_NO_VERIFY=true git push
這裡clon可以根據需要換成其他的git命令。
也可以把臨時環境變數變為永久的,反正永遠不驗證ssl證書也沒什麼風險吧。。。
2.用git自帶的配置命令:
git config --global http.sslVerify false
問題解決。
相關推薦
執行Git命令時出現各種 SSL certificate problem 的解決辦法
比如我在windows下用git clone gitURL 就提示 SSL certificate problem: self signed certificate 這種問題,在windows下出現得頻率高些。我估計主要是git本身就是基於linux開發的,在windo
當執行gradle命令時出現JAVA_HOME設定無效的解決辦法
1.在執行gradle命令時,出現了以下錯誤: 這個時候以為是JAVA_HOME設定問題,於是前去設定JAVA_HOME 在使用者家目錄下,將.bashrc檔案結束位置加上下面語句 export JAVA_HOME=/usr/lib/jvm/java-7-oracl
執行git命令時出現fatal: 'origin' does not appear to be a git repository錯誤
遠程 from pos pull reader could not span style fat 在執行git pull origin master時出現: fatal: ‘origin‘ does not appear to be a git repository
執行ant命令時出現java.lang.OutOfMemoryError: Java heap space
當使用Ant編譯大量的Java原始檔時,會出現java.lang.OutOfMemoryError:Java heap space異常,解決方法: <target name="compile"depends="init"> <javac srcdir="${src}"destd
解決Jenkins執行sudo命令時出現“sudo: no tty present and no askpass program specified”的錯誤
在Jenkins的使用過程中,如果在指令碼中使用到sudo命令,有可能出現如下所示的錯誤: sudo: no tty present and no askpass program specified 這是因為Jenkins伺服器在執行sudo命令時的
Jenkins執行SVN命令報:Server SSL certificate verification failed: issuer is not trusted
在專案中用Jenkins做持續整合,bat檔案裡有SVN命令,在執行bat時報:Server SSL certificate verification failed: issuer is not trusted 這個意思是伺服器SSL證書驗證失敗,頒發者不受信任 解決辦法, 在SVN命令
電腦中使用git命令時出現英文警告提示怎麼辦
近來有使用者在電腦的命令提示符中使用git命令新增檔案時,會出現一行英文警告提示,內容與字型有關。如果出現這樣的情況,我們應該如何進行解決呢?在接下來的內容中,小編要和大家分享電腦中使用git命令出現字型警告的解決方法。 1、具體警告內容為:“Warning: Your c
git clone 時出現的ssl證書問題
錯誤顯示: fatal: unable to access ‘https://github.com/subying/jsbook.git/‘: SSL certificate problem:
Jenkins構建,執行pytest命令時提示command not found問題解決
問題說明 在centos下安裝了jenkins,在構建步驟中選擇執行shell 新增命令 py.test /home/test/test_do.py 執行提示 + py.test /home/tet/test_do.py /tmp/jenki
在Python進行進行執行時出現,編碼錯誤,解決辦法如下。
問題: SyntaxError: Non-ASCII character '\xe6' in file D:/split_words/Split.py on line 6, but no encoding declared; see http://python.org/de
laravel執行composer update時出現如下錯誤資訊的解決方案
本人使用的是laravel5.0,在執行composer update時出現:Call to undefined method Illuminate\Foundation\Application::getCachedCompilePath()的錯誤提示。 解決
SVN error: Server SSL certificate rejected解決辦法
進入新公司後在Android studio3.0中checkout了svn的專案時遇到了這樣的一個問題,SVN error: Server SSL certificate rejected。我這電腦是公司配的,我使用的時候所有的環境都配好了包括了SVN。第一個反應就是可能公司
微信公眾號開發時,前端向後端傳送請求獲取signature和openID時出現跨域錯誤的解決辦法。
微信公眾平臺開發用了前端和後端兩個人,前期開發階段前端就很容易遇到跨域問題,今天在前端向後端傳送請求獲取signature,但是前段老是報錯跨域,接受後端的返回資料失敗怎麼辦呢? 其實很簡單,後端最後返回簽名的程式碼本來是這樣的: System.out.println("
Ubuntu使用qt編譯時出現cannot find -lGL錯誤解決辦法
使用qtcreator編譯時出現:-1: error: cannot find -lGL這樣的錯誤, 這是由於缺少連結庫原因造成的,使用下面命令: sudo apt-get install libqt4-dev 或者 sudo apt-get install libgl1-mesa-dev
input type="file" 選取檔案路徑時出現fakepath問題IE瀏覽器解決辦法
今天寫程式碼時需要使用者選取一個檔案然後提交,因為需要用到檔案的絕對路徑,所有我用一個 text文字框接住地址,於是我發現了問題 高版本的瀏覽器為了安全期間,會將路徑的進行隱藏,並且加上fakepath取代其中的地址,這樣就與我想要的結果不一樣了,我查了很多資料,但是隻解
新建工程,載入別的類時出現未加“****.h”檔案解決辦法
fatal error C1010: unexpected end of file while looking for precompiled header. Did you forget to add '#include "dxstdafx.h"' to your sou
使用複數時出現:expected initializer before ‘**’解決辦法
程式碼學渣學習使用複數的時候,按照教程編寫如下程式碼:#include <complex.h> #include <stdio.h> int main(void){ double complex cx = 1.0 + 3.0*I; double
STM32F103ZE微控制器FSMC介面讀取NAND Flash晶片K9F1G08U0E的資料時出現數據丟失的解決辦法
【問題】 STM32微控制器使用FSMC讀取K9F1G08U0E NAND Flash時,出現部分位元組丟失的情況。例如:Flash儲存器中儲存有連續的0xff位元組,則在進行連續讀(Page Read)操作時可能會丟失部分0xff。 例如,寫入以下資料到某一頁的開頭(
iOS自定義tabbar後popToRootViewContriller和poptoviewcontroller時出現兩個tabbar 的解決辦法
iOS自定義tabbar後popToRootViewContriller和poptoviewcontroller時出現兩個tabbar 的解決辦法 問題:iOS自定義tabbar後popToRootViewContriller和poptoviewcontroller時出
[問題] mac執行svn及PyCharm提交命令時出現xcrun: error: invalid active developer path解決方法
mac執行svn命令時候出現: MacBook-Pro-Nisj:~ nisj$ svn xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: