webapp: Update url to add gitlab.com ssh key. (Psst GitLab.. cool urls don't change!)
This commit is contained in:
parent
d1da01c2cf
commit
ed68f0c0a0
4 changed files with 15 additions and 2 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -8,6 +8,8 @@ git-annex (6.20160413) UNRELEASED; urgency=medium
|
||||||
desirable, especially when the user is just opening the webapp from
|
desirable, especially when the user is just opening the webapp from
|
||||||
a dekstop menu which happens to run it in $HOME, the webapp will now not
|
a dekstop menu which happens to run it in $HOME, the webapp will now not
|
||||||
treat such a $HOME git repository as a git-annex repository.
|
treat such a $HOME git repository as a git-annex repository.
|
||||||
|
* webapp: Update url to add gitlab.com ssh key.
|
||||||
|
(Psst GitLab.. cool urls don't change!)
|
||||||
|
|
||||||
-- Joey Hess <id@joeyh.name> Wed, 13 Apr 2016 13:30:32 -0400
|
-- Joey Hess <id@joeyh.name> Wed, 13 Apr 2016 13:30:32 -0400
|
||||||
|
|
||||||
|
|
|
@ -15,3 +15,4 @@ Attempt to use the webapp to create a new gitlab remote.
|
||||||
|
|
||||||
Git-annex is a miracle to find. I intend to stick with it, migrate my life to it, and perhaps learn haskell some day to contribute.
|
Git-annex is a miracle to find. I intend to stick with it, migrate my life to it, and perhaps learn haskell some day to contribute.
|
||||||
|
|
||||||
|
> [[fixed|done]] --[[Joey]]
|
||||||
|
|
|
@ -0,0 +1,10 @@
|
||||||
|
[[!comment format=mdwn
|
||||||
|
username="joey"
|
||||||
|
subject="""comment 1"""
|
||||||
|
date="2016-04-13T18:47:57Z"
|
||||||
|
content="""
|
||||||
|
Seems the url has changed to https://gitlab.com/profile/keys
|
||||||
|
|
||||||
|
Using this new url to add a key, I was able to successfully add a gitlab
|
||||||
|
repository.
|
||||||
|
"""]]
|
|
@ -22,8 +22,8 @@
|
||||||
\ You need to configure GitLab to accept a SSH public key.
|
\ You need to configure GitLab to accept a SSH public key.
|
||||||
<p>
|
<p>
|
||||||
Open a tab to #
|
Open a tab to #
|
||||||
<a href="https://gitlab.com/profile/keys/new" target="_blank">
|
<a href="https://gitlab.com/profile/keys" target="_blank">
|
||||||
https://gitlab.com/profile/keys/new
|
https://gitlab.com/profile/keys
|
||||||
and copy and paste this public key into it:
|
and copy and paste this public key into it:
|
||||||
<pre>
|
<pre>
|
||||||
#{pubkey}
|
#{pubkey}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue