github

etc

[REST API] REST API 리드미 작성하기

How to write REST API README.md https://github.com/bbc/REST-API-example/blob/master/README.md bbc/REST-API-example Simple REST API example in Sinatra. Contribute to bbc/REST-API-example development by creating an account on GitHub. github.com REST API example application This is a bare-bones example of a Sinatra application providing a REST API to a DataMapper-backed model. The entire applicatio..

트러블슈팅

[트러블슈팅] LF/CRLF 에러

문제 Window warning: LF will be replaced by CRLF in /~. The file will have its original line endings in your working directory. Linux / MacOS warning: CRLF will be replaced by LF in /~. The file will have its original line endings in your working directory. 해결 운영체제마다 개행문자의 처리가 달라 발생하는 문제다. 전역(--global)옵션을 주면 모든 파일에서 적용된다. # Windows git config [--global] core.autocrlf true # Linux/MacOS git config ..

코택
'github' 태그의 글 목록