- OS - High Sierra 10.13
- Tensorflow - 1.4
- Xcode command line tools - 8.2 (Download from here: Xcode - Support - Apple Developer & Switch to different clang version: sudo xcode-select --switch/Library/Developer/CommandLineTools & check version: clang -v)
- Cmake - 3.7
- Bazel - 0.7.0
์์ ์ ์๊ฐ๊ณผ ํ ์ผ์ ์ ๋ฆฌํ๋ ๊ฒ์ด ๊ธฐ์ ๋ฌธ์์ ๋ชฉํ๊ฐ ๋ ์๋ ์๋ค. ๋จผ์ ๋ ์๋ฅผ ์๋ณํ๋ผ. ๊ทธ๋ฆฌ๊ณ ๋ ์๋ฅผ ๋ฐฐ๋ คํ๊ณ ๋ ์ ์ ์ฅ์ ์๊ฐํ๋ฉฐ ๋ฌธ์๋ฅผ ์์ฑํ๋ผ.
์ค์ํ ์ ๋ณด๋ฅผ ์ํค๋ ๊น(Git)์์ ํ ์คํธ๋ก ์์ฑํ์ง ์๊ณ , ์๋๋ ํ์ํฌ์ธํธ ๊ฐ์ ์ด์ง ๋ฌธ์๋ก ์์ฑํ ๋๋ง๋ค ๋น์ ์ ๋๋ฃ๋ ์ ๊ทผ์ฑ, ๊ฐ์์ฑ, ๋ฒ์ ๊ด๋ฆฌ ๋ฑ ๋ค์ํ ๋ฌธ์ ๋ก ๊ณ ์ํ ๊ฒ์ด๋ค.
Locate the section for your github remote in the .git/config
file. It looks like this:
[remote "origin"]
fetch = +refs/heads/*:refs/remotes/origin/*
url = [email protected]:joyent/node.git
Now add the line fetch = +refs/pull/*/head:refs/remotes/origin/pr/*
to this section. Obviously, change the github url to match your project's URL. It ends up looking like this: