5,448 questions
2
votes
0
answers
48
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
108
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
112
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
87
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
96
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
172
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
128
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
20
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
46
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
83
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
357
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 ...