Setting method to link Java of Eclipse and Github / September 2017

Introduction

It will be a simple setting memo of the title. We will update it from time to time, so please let us know if you have any questions.

Let's open Eclipse and Github and proceed.

Check secure storage

Press the Window button ▼ Settings ▼ Security ▼ Secure storage ▼ Contents ▼ Default secure storage ▼Org.eclipse.core.net.proxy.auth

Whether "-GIT" is displayed If not, it is necessary to link Git, so proceed with the following settings.

See team composition (Git)

Window ▼ Settings ▼ Team ▼Git ▼ Composition

Whether there is a value to connect to Git If not, I will write it directly.

Key value
email ([email protected])
name (---gitname)

close

Make a copy of any repository URL on Github and make a note of it https://github.com/xxxxx/xxxxx

Associate the Github repository with the Eclipse folder

Buttons associated with Git (buttons like the table to the left of the Java button on the upper right) ▼Git ▼ Application close

Select repository source (third from [-]) button ▼ Duplicate URI Paste the Git URL into the URI of the location ▼ Next

With the flow so far, the Github repository and the folder have been linked.

Right click on the created folder ▼ Project import ▼ Import as a general project ▼ Next Done

Window ▼ Settings ▼ Reset perspective

Since the [○○○○ master] folder appears, you can see that it is linked with Github.

Upload github.txt created with eclipse to Github

Right click on the [master] folder ▼ New ▼ File ▼ This time, the file name is "github.txt" here. Enter and complete

Right click on the repository folder ▼ Team ▼ Pull

▼ Team ▼ Commit (Write a commit message) Commit and push

スクリーンショット 2017-09-27 10.55.26.png

Enter the user name and password when entering Github (No check box) OK

Up to this point, it will be uploaded by linking to Github.

Recommended Posts

Setting method to link Java of Eclipse and Github / September 2017
Try to link Ruby and Java with Dapr
Summary of Japan time setting and display method
[Java] How to use compareTo method of Date class
[Java] Types of comments and how to write them
How to run Java EE Tutial on github on Eclipse
[Personal memo] Link between Eclipse and git (github) Reference link
Generate and execute Jar file of Java file belonging to package
I tried to summarize the basics of kotlin and java
[Java] Comparison method of character strings and comparison method using regular expressions
Command to check the number and status of Java threads
Java methods and method overloads
Advantages and disadvantages of Java
Benefits of Java static method
[Java] Various summaries attached to the heads of classes and members
Basics of Java development ~ How to write programs (variables and types) ~
I tried setting Java beginners to use shortcut keys in eclipse
Collection of programming selection tasks to make and remember (Java basics)
Method to add the number of years and get the end of the month
From fledgling Java (3 years) to Node.js (4 years). And the impression of returning to Java
I tried to summarize the methods of Java String and StringBuilder
[Eclipse Java] Development environment setting memo
About fastqc of Biocontainers and Java
[Java] How to use join method
[Java] Input to stdin of Process
Java PowerPoint password setting and cancellation
[Java beginner] == operator and equals method
[Java] Judgment of identity and equivalence
Try to extract java public method
[Java] Proxy setting method when starting Java
java Eclipse How to debug javaScript
How to test a private method in Java and partially mock that method
The story of forgetting to close a file in Java and failing
I want to display images with REST Controller of Java and Spring!
[Useful to remember !!!] Easy creation of constructor and getter / setter in Eclipse
I want to pass the argument of Annotation and the argument of the calling method to aspect
Comparison of thread implementation methods in Java and lambda expression description method
[Java] Note how to use RecyclerView and implementation of animated swipe processing.
[Java improvement case] How to reach the limit of self-study and beyond
I translated the grammar of R and Java [Updated from time to time]
Java Silver exam procedure and learning method
[Java] How to compare with equals method
After 3 months of Java and Spring training
Link Java and C ++ code with SWIG
[java] Summary of how to handle char
How to use submit method (Java Silver)
[Java] How to use the toString () method
Java implementation to create and solve mazes
[Java] Inheritance and structure of HttpServlet class
[Java] How to output and write files!
Eclipse screen layout change method (Java version)
Connect from Java to MySQL using Eclipse
From installing Eclipse to executing Java (PHP)
[Java / Swift] Comparison of Java Interface and Swift Protocol
[Java] [Maven3] Summary of how to use Maven3
[Java] Collection and StringBuilder operation method comparison
Download and install Eclipse (Java) (Mac version)
Output of the book "Introduction to Java"
[Introduction to Java] Variable declarations and types
Summary of Java Math.random and import (Calendar)
[Java] TreeMap successor method and entrySet complexity