question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Contrary to docs, can't push to `git://github.com/regro-cf-autotick-bot/<package>-feedstock.git`

See original GitHub issue

[Edited to clarify this is a documentation issue]

Contrary to Pushing to regro-cf-autotick-bot branch, you can’t push to git://github.com/regro-cf-autotick-bot/<package>-feedstock.git. Per the comments below, it needs to be git@github.com:regro-cf-autotick-bot/<package>-feedstock.git.

$ git push git://github.com/regro-cf-autotick-bot/gmsh-feedstock.git 4.5.2
fatal: remote error: 
  You can't push to git://github.com/regro-cf-autotick-bot/gmsh-feedstock.git
  Use https://github.com/regro-cf-autotick-bot/gmsh-feedstock.git
$ git st
On branch regro-cf-autotick-bot-4.5.2
nothing to commit, working tree clean
$ git remote -v
guyer	git@github.com:guyer/gmsh-feedstock.git (fetch)
guyer	git@github.com:guyer/gmsh-feedstock.git (push)
origin	https://github.com/conda-forge/gmsh-feedstock.git (fetch)
origin	https://github.com/conda-forge/gmsh-feedstock.git (push)
regro-cf-autotick-bot	git://github.com/regro-cf-autotick-bot/gmsh-feedstock.git (fetch)
regro-cf-autotick-bot	git://github.com/regro-cf-autotick-bot/gmsh-feedstock.git (push)
$ git remote set-url regro-cf-autotick-bot git@github.com:regro-cf-autotick-bot/gmsh-feedstock.git
$ git push regro-cf-autotick-bot 4.5.2
X11 forwarding request failed on channel 0
Enumerating objects: 8, done.
Counting objects: 100% (8/8), done.
Delta compression using up to 12 threads
Compressing objects: 100% (5/5), done.
Writing objects: 100% (5/5), 706 bytes | 176.00 KiB/s, done.
Total 5 (delta 3), reused 0 (delta 0)
remote: Resolving deltas: 100% (3/3), completed with 3 local objects.
To github.com:regro-cf-autotick-bot/gmsh-feedstock.git
   6880c93..c09306b  4.5.2 -> 4.5.2

I’ve read this and this and this, and I couldn’t see what I was missing.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
guyercommented, Jan 31, 2020
0reactions
CJ-Wrightcommented, Jan 31, 2020

@guyer would you be able to put up a PR fixing the docs?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Please, help me, how can I fix this error - Stack Overflow
Use an HTTPS or SSH URL. Instead of git://github.com/user/repo.git use one of these: https://github.com/user/repo.git ...
Read more >
Can't push to your GitHub repo? I can help with that.
Have you been working on a project for a while and recently realize you can no longer push your changes to your git...
Read more >
Pushing a repo on master works, but using ... - GitHub
I'm running this code based on the latest changes in go-git/master : $ cat main.go package main import ( "fmt" "os" "gopkg.in/src-d/go-git ......
Read more >
Introduction | Automerge CRDT
In comparison, if I git push to github, I'm only notifying github about the change to my code ... If you're offline, you...
Read more >
The Google Doc of Coding: Git & GitHub - freeCodeCamp
GitHub is like your Google Docs, except you can create & save your version of the code offline, before 'pushing' it to be...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found