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
debian
doc/bugs
gitlab_configuration_out_of_date.mdwn
gitlab_configuration_out_of_date
templates/configurators/gitlab.com
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
|
||||
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.
|
||||
* 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
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
> [[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.
|
||||
<p>
|
||||
Open a tab to #
|
||||
<a href="https://gitlab.com/profile/keys/new" target="_blank">
|
||||
https://gitlab.com/profile/keys/new
|
||||
<a href="https://gitlab.com/profile/keys" target="_blank">
|
||||
https://gitlab.com/profile/keys
|
||||
and copy and paste this public key into it:
|
||||
<pre>
|
||||
#{pubkey}
|
||||
|
|
Loading…
Add table
Reference in a new issue