Skip to main content
Filter by
Sorted by
Tagged with
-9 votes
1 answer
103 views

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: ...
Samuele's user avatar
2 votes
0 answers
49 views

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 ...
Jessica's user avatar
  • 115
Best practices
0 votes
3 replies
109 views

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 (...
Gabriel Savaccini's user avatar
-5 votes
1 answer
114 views

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]/...
barrington hebert's user avatar
0 votes
0 answers
88 views

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 ...
Sunil Kumar's user avatar
0 votes
1 answer
98 views

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,527
-1 votes
1 answer
173 views

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
130 views

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
1 vote
0 answers
54 views

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
0 votes
1 answer
145 views

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
  • 31
0 votes
0 answers
42 views

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
22 views

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
47 views

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
84 views

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
360 views

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
49 views

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
444 views

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
1 answer
265 views

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
399 views

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

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
90 views

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
54 views

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
222 views

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
1 vote
1 answer
70 views

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
37 views

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
745 views

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
132 views

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
75 views

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
  • 777
2 votes
9 answers
577 views

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
158 views

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
4 votes
0 answers
289 views

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
  • 51
-3 votes
1 answer
149 views

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
173 views

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
201 views

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
85 views

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
84 views

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
31 views

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
98 views

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
193 views

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
  • 953
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" enter image description here Could you please help ...
Anil Garad's user avatar
0 votes
1 answer
108 views

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
74 views

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
89 views

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
55 views

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
121 views

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,398
0 votes
1 answer
23 views

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
74 views

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
122 views

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....
Asiri Pramodaya's user avatar
0 votes
1 answer
240 views

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
108 views

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
109