Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
0 votes
1 answer
66 views

Changing push email for GitHub

I want to push commits to GitHub and followed the directions from How to Use Git/GitHub with R. Unfortunately, I ran into issues running the following code as my personal email is private. library(...
tnt's user avatar
  • 1,517
-1 votes
1 answer
158 views

Unable to push from terminal to GitHub - access_denied_to_user

I'm trying to push a file from my Ubuntu terminal to GitHub. I have already setup a Personal Token Key on GitHub and pasted the token into the terminal password field during login, but I get an unable ...
anwarma's user avatar
  • 2,163
0 votes
0 answers
93 views

Why git push is stuck at updating refs?

Lately when I try to push a new branch to my git repository, the push operation never ends (+1-2 hours). Specifically, it gets stuck in the "updating 'refs/heads/branch_name'" step. git -c ...
ivan2910's user avatar
0 votes
0 answers
49 views

Why the git push commmand don't forget fact--already remove large file in local directroy? [duplicate]

I have a big file in local repo directory,an error message says that : File myrepo/large_file.rar is 402.18 MB; this exceeds GitHub's file size limit of 100.00 MB So i remove it: ls myrepo/large_file....
showkey's user avatar
  • 365
1 vote
0 answers
53 views

How to push Eclipse Java Project to Github? [duplicate]

For a class, we're supposed to create a project on Eclipse then push it to our github repository. However, when I try to do so and log in with my github information, it doesn't work. First, we were ...
Aspen's user avatar
  • 11
-1 votes
1 answer
118 views

Git push problem because of case-sensitivity

I try to push my changes to a remote repo, but I keep getting the following error: My git command: git push --set-upstream origin MyNotYetExistingOnline/Branch The output: Enumerating objects: 33, ...
DevEV's user avatar
  • 21
0 votes
0 answers
34 views

openfire pushserver.jar plugin iOs push notification not working

I am using openfire 4.7.4 version. I have installed pushserver.jar plugin. In openfire ios pushapns settings, I have uploaded apns certificate. In openfire pushserver settings, I have configured ...
Sameer Makwana's user avatar
0 votes
0 answers
13 views

Puts an empty value in the devicetoken in the class _Initialize

I can't figure out the problem for a long time. When registering a user, deviceToken and pushType are set as they should only after restarting the computer. If I just press wipe data, then deviceToken ...
breakcore pashok's user avatar
0 votes
1 answer
36 views

Pushing new values to an array is writing over the values of previous elements

I am trying to push multiple data sets(arrays) to my array called colors. As I continue to push new data it seems to overwrite the values in previous elements of the colors array. I have included a ...
glenn's user avatar
  • 13
0 votes
1 answer
68 views

Git is asking for another mode of authentication in Linux meanwhile Git in Windows push is done correctly

I have a public repo on GitHub which I've cloned to my Windows(Host) and my VM with Ubuntu. I tried to push some changes from my Ubuntu VM and I'm getting the following remote: Support for password ...
anxzuus's user avatar
  • 21
0 votes
0 answers
73 views

Delphi app for IOS stops receiving push notifications after a few days

My app in Delphi 12.1 for Android and iOS stops receiving Push Notifications after a few days only for iOS, while on Android it works without problems. I use Firebase as the sending server, no error ...
Claudemir Passoni's user avatar
0 votes
0 answers
235 views

How to Build Web Push Notifications from Scratch Without Minishlink\WebPush?

I have a project for setting up news websites, and I’ve decided not to rely on external Composer packages. I’ve already removed all dependencies except for Minishlink\WebPush, which I still need for ...
Gavriel Adi's user avatar
-1 votes
1 answer
40 views

React Native - updating a list rewrites data

So, in a tab, i'm displaying a list of Friends, when selecting one of the friends, the data should go to another list Participants. Friends and Participants list It works fine until you try to add ...
Rafael Goulart's user avatar
0 votes
1 answer
312 views

restore terraform state from backup json file

We store our states with a gitlab backend. Someone deleted the state. We recovered the state to a json file via shapshot of our gluster backend. How do I restore the state to gitlab? I've tried ...
Jason Sherman's user avatar
0 votes
0 answers
47 views

Setup sandbox server URL for Google Subscription notitifcations

It is possible to setup sandbox server URL for Google for in-app purchases, just as you can setup in sandbox server URL in appstore connect for Apple? I have my subscription setup in Pub/Sub. It is ...
leesand's user avatar
  • 41
0 votes
0 answers
58 views

How do I get the content of notifications when app is opened from notification?

I can successfully receive the remote notification using the huawei_push flutter package. It has a title and description like I set on AppGallery Connect. Now, when I click the notification it opens ...
Aakash Ghimire's user avatar
0 votes
1 answer
242 views

Nuget push says "Your package was pushed" but it is not

I'm pushing a nuget package to an Jfrog Artifactory nuget repository. I tried it with many nuget versions. nuget.exe push .\MyPackage.2021.10.2.202411201.nupkg username:password -Source https://...
Shahyad Sharghi's user avatar
0 votes
1 answer
316 views

Cannot cannot push to Azure Container Registry from WSL (Ubuntu 24.04 LTS)

Receiving an authorization error: unauthorized: {"errors":[{"code":"UNAUTHORIZED","message":"authentication required, visit https://aka.ms/acr/...
sqlsolver's user avatar
0 votes
2 answers
318 views

git push is not finishing

I am working on a project that is starting to create issues with git. I am using gitlab to host the repository. I am working with the same "method" on other projects, but sometimes the "...
Hu gePanic's user avatar
0 votes
0 answers
77 views

Configure a Git branch to always force push?

I'm writing a Git plugin that only works when git push is passed the --force flag. I could use a pre-push hook to bail with an error message if the --force flag isn't given, but I'd like to have ...
joshlf's user avatar
  • 23.9k
0 votes
2 answers
44 views

Why Navigator push seems to be not working in small snippet

This seems like it should work, doesn't work in dartpad either. Usually I use combination of named routes and the static navigator push and pop and I can get the behavior I want for multiple pushes, ...
L1ghtsp33D's user avatar
-2 votes
2 answers
196 views

Why Git can't merge on the server-side if there are no conflicts

I've been using Git for a long time in a lite mode: branch, pull-commit-push, merge. Mostly with SourceTree. That was enough for development. So I'm an amateur) But now I've got a repository that is ...
donRumatta's user avatar
0 votes
0 answers
22 views

How to push & pull from two different repos which are created by two different github users without changing windows credentials? [duplicate]

I want to pull from a github repo which is created by user 1 but push different content into github repo of user 2. But for that I have to change the windows credentials related to github every single ...
FreeDragon's user avatar
1 vote
1 answer
62 views

Mercurial push to remote repo blocked by its own locks

My issue is similar to others here, but not exactly. I cannot push from Linux to a remote repo on a Windows network share that is mounted with CIFS. I have had no problem for years, then it recently ...
jjarmagost's user avatar
-1 votes
1 answer
30 views

Need to fix for loop in etherjs

hi im a newbie and i have a problem with for loops. my code is here async function claims(epoch) { let epochs = []; for (let i = 0; i < 10; i++) { rounds = epoch - i; const claimable = ...
rainboy's user avatar
0 votes
1 answer
715 views

Trying to add a gitlab repository to my github

I've been trying to add my gitlab repositories to my github account, but I can never finish the process. What I've done was to create an empty github repository, and set it as a remote for my local ...
Maria Rabelo's user avatar
1 vote
0 answers
120 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
0 votes
2 answers
68 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
  • 767
2 votes
9 answers
495 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
140 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
  • 73
3 votes
0 answers
188 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
  • 41
-3 votes
1 answer
116 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
161 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
1 answer
191 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
3 votes
0 answers
73 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
0 votes
1 answer
79 views

Can't push index.ejs file to git hub

I have tried to use "git add ." to add and commit file, but folder "views" is not added. [the folder is include index.ejs, header.ejs and footer.ejs files.] I have tried to cd at ...
user25409519's user avatar
0 votes
0 answers
28 views

Why can't I push my code into the existing repository?

I cannot push changes onto GitHub. I tried to push the same code into a new repository but I think I messed something up here... That is the error-message I get: PS C:\Users\tobia\chat-app> git add ...
straussi_tobi's user avatar
0 votes
1 answer
95 views

Git Push prompting for username and password every time despite configurations

So im trying to automatically push all commits that get created with etckeeper to my Github Repository. Everytime I make a change in the /etc directory, etckeeper creates a commit. I have created a ...
Rocksteady's user avatar
0 votes
0 answers
157 views

Prompt "fatal: bad revision 'origin/myBranch‘" when trying to push to remote

I am having a branch with name curDev1. I try to push it to remote and get the following error message > git push origin curDev1:test-branch fatal: bad revision 'origin/curDev1' fatal: bad revision ...
Eric Sun's user avatar
  • 973
0 votes
0 answers
31 views

I am trying to push code to remote repo ($ git push -u origin master) but getting error like "fatal: protocol 'git@https' is not supported"

I am trying to push code to remote repo ($ git push -u origin master) but getting error like "fatal: protocol 'git@https' is not supported" enter image description here Could you please help ...
Anil Garad's user avatar
0 votes
1 answer
99 views

How we can notify mobile app about messages (Django/React Native)?

What is the best implementation of notifications (about messages, new posts) to the client, Websockets, push notifications, or webhooks? The project consists of a server part in Django and React ...
kaizer's user avatar
  • 15
0 votes
0 answers
48 views

Issues with Git repository: broken links, dangling objects, and parsing errors

I'm having issues with my Git repository, including broken links, dangling objects, and parsing errors when running git fsck --full. Here are the details: organic@web:~/dev/docker-wordpress-caddy/m208$...
organicnz's user avatar
1 vote
0 answers
84 views

Failed to add reference to 'XYZ', please make sure that the file is accessible, and that it is a valid assembly or COM component

When installing my nuget package from Nuget.Org (not sure if package source relevant), on my project I get this error: Failed to add reference to 'XYZ', please make sure that the file is accessible, ...
DeltaJuliet2k's user avatar
0 votes
1 answer
53 views

How to combine JSON objects and unnest array of arrays

I'm trying to fetch apis and combine the json objects into a single variable array that I can loop through. using .push my variable array ends up as.. [ [ {"a":"1"} ], [ ...
TJ Rustbucket's user avatar
0 votes
0 answers
106 views

Almost empty git repo has huge size

I had an iOS repo on bitbucket and reached a limit of 4Gb. The repo started to deny any commits. I decided to remove Pods folder using one of these instructions: Remove folder and its contents from ...
Gargo's user avatar
  • 1,382
0 votes
1 answer
20 views

How to add the outout the random element from array and keep adding 1 by 1 in empty array? [duplicate]

var arr1=[90,true,"hello",90,78,56,45,67,34,"apple","pinapple"] console.log(Math.floor(Math.random()*arr1.length)) let indexNum1=Math.floor(Math.random()*arr1....
Fumika0523's user avatar
0 votes
1 answer
62 views

Extra files included in push e.g. settings.py

I'm trying to get with the program and embrace Git. I've got a Django project and added a Git repo on my local machine. Have a branch called Dev. I want to be able to push chunks of code up to my live ...
Mark Challice's user avatar
-5 votes
2 answers
112 views

How to fix this issue with git push?

I faced this issue via trying to push my local repository to my GitHub account. Then I got this error message. fatal: unable to access 'https://github.com/username/example.git/': Failed to connect to ...
Asiri Pramodaya's user avatar
0 votes
1 answer
185 views

Can images be blocked from being pushed to Harbor based on the number of artifacts for that image?

I see some teams push an unnecessary number of image artifacts (revisions/tags) to a harbor repository. I understand that there may be some rules that can be applied that prune artifacts but I do not ...
SteveFishHuntCode's user avatar
0 votes
1 answer
102 views

How do I push a file into its subfolder in git repository?

I'm quite new to git and I'm facing a (surely) trivial problem. I have cloned a repository and currently working in one of the subfolders (subdirectories). The structure is something similar to Main ...
Dysalia's user avatar

1
2 3 4 5
110