Skip to main content

Questions tagged [push]

In distributed version control, push is the action of sending local changes to a remote repository.

0 votes
0 answers
7 views

How can I push a large Git repo (883.37 MiB) to my Heroku (flaskapp) without errors like "unable to rewind rpc post data" and "Connection was reset"?

I am encountering persistent issues while attempting to push a large Git repository (approximately 883.37 MiB) to my Heroku app (saar-flask-app). Despite increasing http.postBuffer to 524288000, the ...
Abhishek Bhadra's user avatar
1 vote
1 answer
29 views

How can I add a URL on a firebase notification? using key value pairs?

I want to send a push notification to users asking them to update the app and when they tap on it, I want them to go to App store/ Playstore. How can I add a URL on a firebase notification? using key ...
Vardha Dilkush's user avatar
-4 votes
0 answers
30 views

I am having a git push issue [closed]

I try to push my project to git but it shows this error message: [email protected]: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct ...
Pranto Halder's user avatar
0 votes
0 answers
35 views

Git Push does not work - error 500 "Access denied. The provided password or token is incorrect..."

For a few days now (cannot tell the exact time) i get an error when i try pushing a local repo to Gitlab with 'git push -u origin master'. For authentification we use a Token. (With my personal ...
Emil's user avatar
  • 31
-1 votes
0 answers
20 views

Message shown while pushing code to Github

While committing and pushing code, i get this message: I can't remember which option I clicked before, but it went to a state before I edited the file. Thankfully I was able to recover by updating ...
Gursimar Miglani's user avatar
0 votes
2 answers
28 views

How to create push notification with long text and picture in one style

How to create push notification with long text and picture in one notification style? I'm using BigTextStyle for showing push notification, because I need to show big text, but how can I add an image ?...
Slava's user avatar
  • 627
2 votes
9 answers
111 views

Create 2 arrays with reduce method

I have an array of objcets. With reduce method after looping i want to receive two seperate arrays. Now, i am doing this way. const dogs = [ { weight: 22, curFood: 250, owners: ['Alice', 'Bob'] }, ...
Zuka Kharati's user avatar
-1 votes
1 answer
39 views

How can I show accept reject button in push notification in react native [closed]

How can show accept reject button in push notification in react native I want accept reject button in my notifications in react native. So if notification relates that if they want to accept they can ...
Sandy's user avatar
  • 23
-3 votes
0 answers
23 views

Failing to push to main [duplicate]

error: cannot spawn sh: Permission denied remote: Support for password authentication was removed on August 13, 2021. remote: Please see https://docs.github.com/get-started/getting-started-with-git/...
Kadafi Blaze's user avatar
1 vote
0 answers
52 views

Repeated SSH Passphrase Prompts During Git Push with LFS-enabled Repository

I'm experiencing repeated prompts for my SSH passphrase when performing a git push in a repository that uses Git LFS. This repository is a backup tracking a large amount of work, and the issue occurs ...
selah's user avatar
  • 21
-3 votes
1 answer
64 views

Pushing changes in Git: "Your branch and 'origin/master' have diverged"

Following this tutorial, I created my own jekyll website hosted by github. I used a different template, namely this one, however. I forked this template, installed git, and cloned the repository into ...
Anna's user avatar
  • 15
0 votes
0 answers
70 views

Push notifications endpoint HTTP v1

I don't understand a bit about the termination of support for the firebase API. Will this affect the usual sites that work through the endpoint? https://developer.mozilla.org/en-US/docs/Web/API/...
user25762851's user avatar
0 votes
0 answers
35 views

GitHub Actions - Successful Workflow Run, But No Files Copied to Server

I've tried multiple times to copy my repo files to server after pushing to main branch, No files are being synced.. Im quite new to the github actions.. Following is my yaml. name: Deploy to cPanel ...
suliman babar_legion-lad's user avatar
0 votes
1 answer
61 views

Android Native Firebase notification sound issue after Migrate from legacy FCM APIs to HTTP v1

After Migrate from legacy FCM APIs to HTTP v1, custom sound for the notifications stop working. Receives the notifications with the default device notification sound. Code implementation @Override ...
Harshdeep Goyal's user avatar
2 votes
0 answers
56 views

PushNotifications with AmazonSimpleNotificationServiceClient not able to configure TTL for Android

Update When I use the legacy time_to_live parameter instead of the ttl parameter then it does work. For more information about this see What's the difference between `ttl` and `time_to_live` ...
Edwin Vermeer's user avatar

15 30 50 per page
1
2 3 4 5
366