[Github] 잔디 안심어지는 오류 해결하기
2022. 7. 29. 16:00
Configuration Management/Github
Setting 클릭 왼쪽바에 Emails 클릭 본인 이메일 여기 뜰것임 cmd 열어서 git config --global user.email "본인이메일@naver.com" Enter 양식에 맞게 치세요 그리고 git config --list 치면 본인 이메일이 github에 등록된 이메일과 일치 하다면 문제 없이 잔디가 심어질 것입니다. 오른쪽 끝에보면 심어진것을 확인 가능. 끝 To be continue..
[Github] Github Profile 꾸미기
2022. 4. 22. 01:29
Configuration Management/Github
📌깃헙 프로필 꾸미는 방법 프로젝트를 어떻게 만들어야 되냐면 이런식으로 같게 프로젝트 만들어준다. 이거 Add a README file을 체크해준다. 생성하고 오른쪽 아래보면 연필모양있는데 그거 클릭해준다. 이제 여기서 다지우고 본인이 하고싶은 꿈을 다 펼치면 된다. 나는 약간 이런식으로 꾸몄는데, 꾸며도 허전해보인다. 코드는 이런식으로 따라쓰면 되고 이게 무슨 뜻인지는 굳이 알필요는 없는것 같고 여기 HTML 부분에 텍스트가 들어가야 되고 red 는 말그대로 본인이 적용하고 싶은 색깔 넣어주고 사용하면 된다. 여기 뒤에 보면 Spring이라고 적혀있는데 이건 로고모양이다 . 폰트어썸 써본사람은 쉽게 이해할건데, 저거 Spring 적어주면 Spring 로고 나온다고 보면된다. 이 스프링 로고가 나온다는 ..
[Github] 팀프로젝트시 github으로 간단히 프로젝트 넘겨 받기
2022. 4. 21. 01:09
Configuration Management/Github
개발자는 협업이 생명이다. 그런데 Github에서 일을 더 간단하게 해주는 방법이 있다고해서 냉큼 달려가서 얻어왔다. 그럼 바로 따라 와보도록 하자. 이렇게 깃헙이 생성 되있으면 깃헙을 생성한 사람이 일단 나머지 팀원들을 초대 해주어야한다. Repository도 일단 똑같이 만들어준다. 경로는 똑같다. 여기서 Import를 가뿐히 눌러준다. 깃을 보면 두번째거 Project from Git((with smart import) 이름만 봐도 딱 느껴지지 않는가? 똑똑해지는 깁운... Existing local repository 선택 이렇게 해당된 프로젝트를 가져올 수 있는것이다. ⭐⭐⭐⭐⭐ 단. 조건은 경로가 전부다 똑같아야한다는점. Repository 경로도 다 동일하게 사용하고 있어야한다. To be ..
[Github] How to connect Github with MySQL
2022. 2. 3. 01:07
Configuration Management/Github
It's easy just follow me Step one, Change a content in the .gitgnore like this. step two, New project, And Click the project in the general And Make your name And finish To be continue
[Github] Resolving git push error (rejected-non-fast-forward)
2022. 1. 10. 01:08
Configuration Management/Github
Sometimes I have this problem when coding alone. These problems delay my work and I'm uploading error resolution to avoid making these mistakes again. Step one, Repository -> origin -> https://..... -> configure Fetch -> and following the pictures. To be continue
[Github] Why do "Developers" have to use Github?
2022. 1. 3. 14:28
Configuration Management/Github
Why should we use the Github-? This is important thing for preserving, sharing, cooperating source. Any project we do If I do it only alone It takes a lot of time to coding. Eventually We should use it this. Step one, Visit Github website and Sign up and Don't forget you should check "repository box" because we use it this for storage. Step two, If you finished step one, You can see this screen...