alexvasilkov / alexvasilkov/GradleGitDependenciesPlugin

I can't connect to a private repo anymore

オープン
#30 コメント 6 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。