0
私人github上庫我已經安裝了readthedocs local server但我無法從我的組織私建的GitHub庫通過Django的allauth。無法克隆readthedocs本地服務器
我在所有倉庫管理員權限,而我在管理面板配置Django的allauth:
- 添加客戶端ID和祕密鑰匙到
"admin/socialaccounts/socialapplications"
。 - 將接入令牌加入
"admin/socialaccounts/socialtoken"
。 - 添加以下配置到
"admin/oauth/remoterepository"
每次我嘗試建立資料庫,我得到了以下錯誤:
Failed to import project: Failed to get code from 'https://github.com/my-organization/my-project.git' (git clone): 128 git
clone error output: fatal: could not read Username for 'https://github.com': No such device or address
是否有人知道爲什麼會出現這種情況?是否有人能夠在類似的情況下使用組織內的私人存儲庫配置本地readthedocs服務器?