use token auth for https remotes #275

Merged
6543 merged 3 commits from noerw/tea:issue-231-refacor-prompt into master 2020-12-07 14:14:56 +00:00
Member

better UX & partial fix to #231

better UX & partial fix to #231
noerw added 1 commit 2020-12-07 11:57:22 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
c11bf8ee43
use token for https auth instead of user name
noerw added the
status/needs-reviews
kind
enhancement
labels 2020-12-07 12:13:13 +00:00
6543 reviewed 2020-12-07 12:26:22 +00:00
Dismissed
Owner
-	case "https":
+	case "http", "https":
```diff - case "https": + case "http", "https": ```
Owner

it will close #262 if you would add it

it will close #262 if you would add it
Author
Member

I don't think so, the URL passed in their config is ssh://.
But we can add it anyway.

I don't think so, the URL passed in their config is `ssh://`. But we can add it anyway.
Owner

Yes plz

Yes plz
6543 marked this conversation as resolved
lunny approved these changes 2020-12-07 12:36:14 +00:00
Dismissed
6543 removed the
status/needs-reviews
label 2020-12-07 12:40:25 +00:00
noerw added 1 commit 2020-12-07 12:56:36 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
c1fd5e40d0
also handle http urls
6543 approved these changes 2020-12-07 12:58:22 +00:00
Dismissed
6543 left a comment
Owner

can you hit the "Update branch" button ;)

can you hit the "Update branch" button ;)
noerw added 1 commit 2020-12-07 13:16:38 +00:00
All checks were successful
continuous-integration/drone/pr Build is passing
93cc5f68e6
Merge branch 'master' into issue-231-refacor-prompt
6543 merged commit 9a3b54b9a3 into master 2020-12-07 14:14:56 +00:00
6543 added this to the v0.6.0 milestone 2020-12-12 10:56:59 +00:00
Sign in to join this conversation.
No description provided.