What am I doing wrong? $ git remote add asf https://git-dual.apache.org/repos/asf/whimsy.git
$ git push asf fatal: unable to access 'https://git-dual.apache.org/repos/asf/whimsy.git/': gnutls_handshake() warning: The server name sent was not recognized $ git remote show -n asf * remote asf Fetch URL: https://git-dual.apache.org/repos/asf/whimsy.git Push URL: https://git-dual.apache.org/repos/asf/whimsy.git HEAD branch: (not queried) Local ref configured for 'git push' (status not queried): (matching) pushes to (matching) - Sam Ruby On Mon, Feb 22, 2016 at 8:13 AM, Daniel Gruno <humbed...@apache.org> wrote: > Hi folks, > After a lot of tinkering and old-cruft-removing, we now have a working > dual-repo setup. This means that you can now push to either > git-dual.apache.org or github, and they (should) stay in sync at any > time. git-dual is set up to attempt a sync before it acknowledges a new > push. If there's a conflict, you can't push (and have to fix that first!) > > Take it for a spin! > > With regards, > Daniel. > > PS: whimsy is at https://git-dual.apache.org/repos/asf/whimsy.git > PPS: Email is still wonky, so expect different formats!