alexvasilkov / alexvasilkov/GradleGitDependenciesPlugin

I can't connect to a private repo anymore

未關閉
#30 6 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Groovy
星號
109
分支
15
PR 合併指標
30 天內沒有已合併 PR

描述

I reopened a project where I was using a private repo with HTTPS authentication and an AuthGroup, it worked fine but it seems we can't use this type of authentication with Github anymore (if I'm not mistaken).

I didn't find how to use an access token (I tried replace the password by the token), so I tried with SSH but got the following error:

```
Failed to notify build listener.
> Invalid remote: origin
````

I try if my SSH connexion is valid with `ssh -T git@github.com` and it works fine : `Hi fabriceci! You've successfully authenticated, but GitHub does not provide shell access.`

Here if my config:
```
git {
implementation 'git@github.com:fabriceci/xxx.git', {
authGroup 'ssh'
keepUpdated false
}
}
```

I was not sure, but I put my SSH password in my gradle properties file (As I used to do before the classic user/pass connection) :

```
git.ssh.password=xxx
```

Have you an idea how to solve this?

貢獻指南

這個儲存庫沒有索引到貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。