2017-04-12 54 views
0

我在使用bitbucket創建的Ubuntu 16.04 OS上遇到問題。 當我從bitbucket庫中我得到以下錯誤Bitbucket gnutls_handshake()失敗:拉函數中的錯誤

克隆到「我的-演示」克隆回購...致命的:無法訪問 「https://[email protected]/amepani/my-demos.git/」: gnutls_handshake()失敗:錯誤在拉功能。

我已經通過this link但無法解決問題。 我已經更新了JDK版本,並且還安裝了最新版本的git,但得到相同的錯誤。

讓我知道如何解決這個問題。

回答

1

Bitbucket使用TLS。

如果您正在代理之後運行,請嘗試設置您的https_proxy。

export https_proxy="http://username:[email protected]:yourproxyport/"