Save project to Githyb probleme - github

I just finished my project in netbeans I want to save it in github but whene I click in push it's display to me "Error writing request body to server" I dont know wher's the probleme exactly
I want to save a netbeans project to github and git command show me "Error writing request body to server"

Related

Need assistance in .java code which is pushed to bitbucket

I have made changes in one of the .java code through eclipse and push it to the bitbucket but even after that the error is showing , how do i confirm that my changes are there reflected or not on bitbucket?
the error is showing
It should be an error showing locally
Beside accessing Bitbucket directly on a web browser, you can also check if the error persists by cloning the repository in a new empty folder (outside your current local repository folder), and import it in Eclipse for testing.

Azure Data Studio failing to authenticate to github

How can I get Azure Data Studio (ADS) to log into github?
Last year it was connected, after I somehow input a "Personal access token". But, that recently got messed up, and now I can't recreate the steps from last year. Now, after opening my local folder in ADS (which was a previous clone of my github folder), I attempt to Push/pull 2 commits to github. ADS prompts that the extension wants to sign into github, which I "Allow". That redirects me to an Internet Explorer page to "Continue", which should authorize the connection. However, the IE browser always responds "Oh no! An error occurred! Please restart the sign in process from the editor. Forbidden"
I think I need to (re)install a Personal Access Token into ADS, but I can't figure out how. Or, maybe there's some way to get the IE page to allow the process to Continue?
I would do the following:
Update Git on your desktop to the latest version
Start Azure Data Studio
Select a new folder, File > Open Folder
Click on source control on the left pane (ctrl+shift+g)
Click on Initialize
Create a new file and add a simple script select ##Version
Save the file and click on the plus sign to stage it
Commit and add a comment to the commit
On github, go to settings > Developer > Personal Access Tokens
Generate the token save it as you will not see it again once you leave the page
Create a new repository and copy the link
Go to AzureDataStudio, in source control, click on the three dots and select ADD Remote
13.Add Git Link you copied in step 11
14.Add the name
15.Add the token, you saved and copied on step 10 and you should now be able to authenticate with no errors
After the above steps, I was able to create and link new repos with no issues.
Moreover, I didn't need to use the PAT again but keep it handy and save it as you would do with a password.

Publishing a Project on GitHub

I want to use this way to upload my project to GitHub (Source):
To publish you project sources on GitHub
On the main menu, choose VCS | Import into Version Control | Share
Project on GitHub .
If you have registered login and password,
PhpStorm establishes connection with GitHub using these credentials.
If you have not registered your GitHub credentials in PhpStorm, the
Login to GitGub dialog box. Specify your GitHub login and password or
create an account there.
Upon establishing connection, the Share
Project on GitHub dialog box opens. Specify the name of the repository
to store your project sources in. By default, PhpStorm suggests the
name of the current project. Provide a brief description of the
project functionality. Click the Share button. PhpStorm initiates
creation of the new repository on the GitHub and uploads the project
sources to it.
First step works, added my GitHub login data, test the connection and it works.
Now upon step 2, after clicking the Share Project on GitHub link this error shows up:
Error Running Git.
Cannot run program "git.exe": CreateProcess error=2, The system can not find the file specified
What do I need to do to make this work?
The OS is seemingly Windows but what version?
This might be what you need tough: I can't find my git.exe file in my Github folder

parse exception convert json to object Zend-studio

When i'm trying to connect to my Git-hub repository with Zend studio 10.0 shows this message:
" parse exception converting JSON to object "
One solution is to simply use the "File" -> "New Project from Git" option instead of the "New Project from GitHub" option. You can then just paste in the URL for the project (which is easy to copy from GitHub) and enter your GitHub user name and password and it will clone the repo in, I'm guessing, exactly the same way that the "New Project from GitHub" process would have done.

Eclipse- connecting to svn repository

I downloaded the SVN plugin for eclipse and I am now having trouble connecting to the repository I need. I have the URL that I should be adding (it works on my school's computer). However I don't think it is doing what it should be. I included a picture that shows the pop up window when I try to add a new repository on eclipse. It is creating a folder inside of my eclipse folder in applications when I attempt to add this. The dialog on this window looks different than the one that comes up at school. This particular window will only let me select "file system"? I believe that is just creating this repository on my own computer? What do I need to do to connect to a remote repository?
http://s23.postimage.org/e4s7iso7f/screen_capture.png <- pic here
Please follow these steps:
Window, Open Perspective
Select "SVN Repository Exploring"
Once you are there, if SVN Repositories is not showing, go to Window,Show view, and select "SVN Repositories"
Now right click on the empty area of the SVN Repositories to have the context menu show up
Select "Repository Location"
Enter the URL and a label of your choice
Enter username and password if necessary and click "Save authentication"
Click Finish
I suspect that you are selecting "New Repository" instead of "Repository Location".