5,448 questions
-9
votes
1
answer
103
views
Can't git push, git thinks there is a folder [duplicate]
I can't push because git thinks there are some files but there aren't.
Already tried git filter but nothing.
remote: Resolving deltas: 100% (2822/2822), done.
remote: error: Trace: ...
2
votes
0
answers
49
views
what is this git error while pushing UE project?
I have created remote repository while already having local one. I connected them via Source tree and tried to push locally made changes to my project, but got this error.
Also, I already got some ...
Best practices
0
votes
3
replies
109
views
Git inside the folders and branches
I have created a folder (project0) and pushing with the line command tool "first commit" - the GitHub accept the changes and the remote repository was updated.
When I create the folder (...
-5
votes
1
answer
114
views
I am unable to push to github and I get error 403 [closed]
I started a new repo in github and began working on it; however for some reason whenever I wanted to push my commits with git push origin main
I wound up with this:
remote:
Permission to [myusername]/...
0
votes
0
answers
88
views
Pushy iOS – interruption_level Not Delivered to iOS (Time-Sensitive Notifications)
I’m trying to send time-sensitive push notifications to iOS devices using Pushy.
According to Apple’s APNs and Pushy documentation, I should send interruption-level: time-sensitive inside the aps ...
0
votes
1
answer
98
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(...
-1
votes
1
answer
173
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 ...
0
votes
0
answers
130
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 ...
1
vote
0
answers
54
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 ...
0
votes
1
answer
145
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, ...
0
votes
0
answers
42
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
...
0
votes
0
answers
22
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 ...
0
votes
1
answer
47
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 ...
0
votes
1
answer
84
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 ...
0
votes
0
answers
360
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 ...
-1
votes
1
answer
49
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 ...
0
votes
1
answer
444
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 ...
0
votes
1
answer
265
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://...
0
votes
1
answer
399
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/...
0
votes
2
answers
368
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 "...
0
votes
0
answers
90
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 ...
0
votes
2
answers
54
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, ...
-2
votes
2
answers
222
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 ...
1
vote
1
answer
70
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 ...
-1
votes
1
answer
37
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 = ...
0
votes
1
answer
745
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 ...
1
vote
0
answers
132
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 ...
0
votes
2
answers
75
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 ?...
2
votes
9
answers
577
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'] },
...
-1
votes
1
answer
158
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 ...
4
votes
0
answers
289
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 ...
-3
votes
1
answer
149
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 ...
0
votes
0
answers
173
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/...
0
votes
1
answer
201
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
...
3
votes
0
answers
85
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` ...
0
votes
1
answer
84
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 ...
0
votes
0
answers
31
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 ...
0
votes
1
answer
98
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 ...
0
votes
0
answers
193
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 ...
0
votes
0
answers
32
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 ...
0
votes
1
answer
108
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 ...
0
votes
0
answers
74
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$...
1
vote
0
answers
89
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, ...
0
votes
1
answer
55
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"}
],
[
...
0
votes
0
answers
121
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 ...
0
votes
1
answer
23
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....
0
votes
1
answer
74
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 ...
-5
votes
2
answers
122
views
How to fix this issue with git push? [duplicate]
I faced this issue trying to push my local repository to my GitHub account.
I get this error message.
fatal: unable to access 'https://github.com/username/example.git/': Failed to connect to github....
0
votes
1
answer
240
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 ...
0
votes
1
answer
108
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 ...