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.

Info messages while pushing/fetching

See original GitHub issue

Is there a way to get the informational messages sent by the server while pushing/fetching? I’m talking about what is normally prefixed by remote: .... in regular command-line git.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:49 (23 by maintainers)

github_iconTop GitHub Comments

2reactions
wmhiltoncommented, Apr 23, 2018

I’ve got it working on everything except Safari. But the Safari bug is proving extremely tricky to hunt down. When I first converted it to webpack, I wasn’t using Babel and was shocked that the build was nearly 100% smaller. So now I’m trying to minimize the amount of transpiling. I dropped support for the “Android” browser and added support for the “ChromeAndroid” browser, and then babel-preset-env thought that only two transforms were needed, both for Edge browser. But that has proven not to be the case… Safari needs just a little help… and I need to figure out which of the dozen or so transforms it needs.

2reactions
juancampacommented, Mar 22, 2018

Holy 🐄 that’s awesome!! Is that something you wrote?

Yeah, thanks! it’s for this sort of hosted OS that I’m working on. The repos you push are programs that run on your OS so they have the same structure. The git server rejects a push if the head ref of the master branch (a convention) can’t be transpiled or doesn’t have the right file structure. It works pretty nicely, I think Heroku works similarly, or it used to.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why will my email Fetch every 15 minutes … - Apple Community
Fetch - This is when Push is not available from your email provider. The emails are then Fetched by your iPhone at a...
Read more >
The Differences Between Push and Fetch Emails
The fetch method relies on your device repeatedly asking if the server if new email messages have arrived. The push method is more...
Read more >
Print a list commit messages when pushing/pulling
When I started using Git with a large repo and frequent changes, I realized, like you, that I wished to see commit information...
Read more >
How to Get Your iPhone to Receive Emails Immediately Using ...
When your email account receives a new message, the server instantly “pushes” it out to the iOS device. Fetch, on the other hand,...
Read more >
Push API - MDN Web Docs - Mozilla
For an app to receive push messages, it has to have an active service worker. When the service worker is active, it can...
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