git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: Junio C Hamano <gitster@pobox.com>
To: git@vger.kernel.org
Cc: admin@repo.or.cz
Subject: Re: repo.or.cz being not well???
Date: Mon, 01 Jul 2013 15:21:39 -0700	[thread overview]
Message-ID: <7va9m5apl8.fsf@alter.siamese.dyndns.org> (raw)
In-Reply-To: <7vli5q9ba2.fsf@alter.siamese.dyndns.org> (Junio C. Hamano's message of "Mon, 01 Jul 2013 15:16:05 -0700")

Junio C Hamano <gitster@pobox.com> writes:

> Has something changed recently at repo.or.cz, accepting pushes over
> ssh, in the past few days?  I am getting this:
>
>     $ git push -n -v repo.or.cz:srv/git/alt-git.git/
>     403 forbidden
>     fatal: Could not read from remote repository.
>
>     Please make sure you have the correct access rights
>     and the repository exists.

Nevermind, I figured it out.

	$ git push repo.or.cz:/srv/git/alt-git.git

seems to be the new way to spell the scp style push.

Two points to note, just in case it would help other users, are

 (1) The repository hierarchy is no longer under your initial
     directory and you have to explicitly ask for /srv/$path; and

 (2) You used to be able to, but no longer are allowed, to have a
     trailing slash in your repository URL.

  reply	other threads:[~2013-07-01 22:21 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-01 22:16 repo.or.cz being not well??? Junio C Hamano
2013-07-01 22:21 ` Junio C Hamano [this message]
2013-07-01 22:39   ` Kyle McKay
2013-07-01 23:10     ` Junio C Hamano
2013-07-02 16:55     ` Andreas Schwab
2013-07-03  6:01       ` Kyle McKay
2013-07-01 22:25 ` Andreas Schwab

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7va9m5apl8.fsf@alter.siamese.dyndns.org \
    --to=gitster@pobox.com \
    --cc=admin@repo.or.cz \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).