mac下idea的svn密碼記不住

2021-10-09 18:39:07 字數 878 閱讀 3069

mac下的intellij idea中svn無法儲存密碼,每次關閉視窗後都需要重新輸入密碼

版本資訊:macos 10.15.6,intellij idea 2020.1.2 (ultimate edition),svn 1.10.4

開啟settings->version control->subversion

先clear auth cache清理快取

然後把enbale interactive mode選上

此方案未生效。

在mac鑰匙串裡刪掉已存下來的svn記錄,在下次提示輸入密碼時選擇記住密碼,此方案也未生效。

用vim修改以下四個地方

store-passwords = yes

store-plaintext-passwords = yes

store-ssl-client-cert-pp = yes

store-ssl-client-cert-pp-plaintext = yes

2)sudo chmod -r 777 ~/.subversion/auth

3)修改idea的設定 勾選 use custom configuration directory

以上三種方案,有用與否可能與不同的版本環境有關,可以多嘗試下。

轉mac開發 idea關聯svn

前言 目前,我只會用smartsvn enterprise9.2.3從svn上拉 更新 提交 並沒有像在window上,可以直接用idea做這些事。開發很不方便,所以今天試下,idea關聯svn。3 解決報錯 svn e170013 unable to connect to a repository...

Mac 安裝svn客戶端 idea配置svn

1 svn客戶端有很多,這裡推薦smartsvn和cornerstone 2 安裝svn客戶端就不再累述,可以參考以下 mac安裝smartsvn 3 svn客戶端的使用 因為我本機安裝smartsvn有些問題,所以這裡列舉cornerstone的基礎用法 smartsvn教程可參考 smartsv...

Mac下Idea無法啟動

最近通過jetbrain的教育優惠 使用學校的郵箱 可以申請一年正版軟體的使用資格,所以我打算把過去破解版的軟體替換掉公升級為最新版,在替換掉破解版後,軟體 pycharm or idea 無法啟動。使用命令列啟動軟體 format.sh 報錯 error opening zip file or j...