pull requests for migrated issues

45 views
Skip to first unread message

Lorenz Panny

unread,
Feb 6, 2023, 3:47:22 AM2/6/23
to sage-...@googlegroups.com

Sorry if this is answered somewhere in the new documentation, I couldn't
find it: What is the intended procedure for migrated issues which were in
"needs review" state and already had a branch? Am I to push the branch to
my own fork and create a fresh pull request for each such issue?

Kwankyu Lee

unread,
Feb 6, 2023, 4:00:52 AM2/6/23
to sage-devel

Martin R

unread,
Feb 6, 2023, 5:44:03 AM2/6/23
to sage-devel
I just opened an issue (the first on github?), but I could not add labels either.  Perhaps the labels are deactivated for ordinary users?

Trevor Karn

unread,
Feb 6, 2023, 7:04:32 AM2/6/23
to sage-devel
I could also not add labels.

John Cremona

unread,
Feb 6, 2023, 7:13:11 AM2/6/23
to sage-...@googlegroups.com
I am unable to pull from upstream, I get a timeout:

$ git pull upstream develop
fatal: unable to connect to github.com:
github.com[0: 140.82.121.3]: errno=Connection timed out

I can ping the same IP address OK.  I think I have my remote set OK:

$ git remote -v
origin  g...@github.com:JohnCremona/sage.git (fetch)
origin  g...@github.com:JohnCremona/sage.git (push)
upstream        git://github.com/sagemath/sage.git (fetch)
upstream        git://github.com/sagemath/sage.git (push)

--
You received this message because you are subscribed to the Google Groups "sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/298b2ef2-765f-4110-9b54-25311da1f27cn%40googlegroups.com.

Dima Pasechnik

unread,
Feb 6, 2023, 7:31:22 AM2/6/23
to sage-...@googlegroups.com
don't use git://, use ssh, i.e.
g...@github.com:sagemath/sage.git

run

$ git remote remove upstream
$ git remote add upstream g...@github.com:sagemath/sage.git
> To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/CAD0p0K5k%3DoBd0QLvR7ctUmeu0GcA7qJdMvxMCtyNt6Pz7rVJyw%40mail.gmail.com.

John Cremona

unread,
Feb 6, 2023, 9:11:59 AM2/6/23
to sage-...@googlegroups.com
On Mon, 6 Feb 2023 at 12:31, Dima Pasechnik <dim...@gmail.com> wrote:
don't use git://, use ssh, i.e.
g...@github.com:sagemath/sage.git

run

 $ git remote remove upstream
 $ git remote add upstream g...@github.com:sagemath/sage.git

Thanks Dima, that worked.

 
Reply all
Reply to author
Forward
0 new messages