[postgis-tickets] [PostGIS] #3796: Git replication appears to be broken

PostGIS trac at osgeo.org
Thu Jul 27 07:58:34 PDT 2017


#3796: Git replication appears to be broken
----------------------+----------------------------
  Reporter:  robe     |      Owner:  strk
      Type:  defect   |     Status:  closed
  Priority:  blocker  |  Milestone:  Management 2.0
 Component:  postgis  |    Version:  trunk
Resolution:  fixed    |   Keywords:
----------------------+----------------------------

Comment (by strk):

 Right, Gogs has SSH disabled. You'll need to use https for that.
 You can configure your git client to store the https password
 adding the following snippet to your ~/.gitconfig:

 {{{
 [credential]
         helper = store
 }}}

 Then you fetch once to get asked the password, and next time
 it shoudln't prompt you for one

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3796#comment:8>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list