首先不同网站,当然可以使用同一个邮箱,比如我的github,gitlab,bitbucket的账号都是monkeysuzie[at]gmail.com 这时候不用担心密钥的问题,因为这些网站push pull 认证的唯一性的是邮箱 比如我的windows 上 2个账号一个gitlab 一个github (用的都是id_rsa)
host github
hostname github.com
Port 22
host gitlab.zjut.com
| 0.000000000000000000e+00 0.000000000000000000e+00 | |
| 1.000000000000000000e+00 2.261968372320145875e+02 | |
| 1.500000000000000000e+01 2.261968372320145875e+02 | |
| 4.000000000000000000e+01 2.198708317290987964e+02 | |
| 6.500000000000000000e+01 2.224617096601527066e+02 | |
| 9.000000000000000000e+01 2.221351501094009677e+02 | |
| 1.150000000000000000e+02 2.203983510033900473e+02 | |
| 1.400000000000000000e+02 2.206368732920771265e+02 | |
| 1.650000000000000000e+02 2.233939655739090426e+02 | |
| 1.900000000000000000e+02 2.262644498492802256e+02 |
| /usr/bin/cmake -H/home/liuming/Norne/dune-cornerpoint -B/home/liuming/Norne/dune-cornerpoint/build --check-build-system CMakeFiles/Makefile.cmake 0 | |
| /usr/bin/cmake -E cmake_progress_start /home/liuming/Norne/dune-cornerpoint/build/CMakeFiles /home/liuming/Norne/dune-cornerpoint/build/CMakeFiles/progress.marks | |
| make -f CMakeFiles/Makefile2 all | |
| make[1]: Entering directory `/home/liuming/Norne/dune-cornerpoint/build' | |
| make -f CMakeFiles/update-version.dir/build.make CMakeFiles/update-version.dir/depend | |
| make[2]: Entering directory `/home/liuming/Norne/dune-cornerpoint/build' | |
| cd /home/liuming/Norne/dune-cornerpoint/build && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/liuming/Norne/dune-cornerpoint /home/liuming/Norne/dune-cornerpoint /home/liuming/Norne/dune-cornerpoint/build /home/liuming/Norne/dune-cornerpoint/build /home/liuming/Norne/dune-cornerpoint/build/CMakeFiles/update-version.dir/DependInfo.cmake --color= | |
| make[2]: Leaving directory `/home/liuming/Norne/dune-cornerpoint/build' | |
| make -f CMakeFiles/u |
| # find out the size of a pointer. this is required to only search for | |
| # libraries in the directories relevant for the architecture | |
| if (CMAKE_SIZEOF_VOID_P) | |
| math (EXPR _BITS "8 * ${CMAKE_SIZEOF_VOID_P}") | |
| endif (CMAKE_SIZEOF_VOID_P) | |
| # look for a system-wide BLAS library | |
| find_package(BLAS QUIET) | |
| set(PETSC_BLAS_LIBRARY "") | |
| if (BLAS_FOUND) |
| cmake -DDUNE_ROOT=/home/liuming/work/dune ../ | |
| -- The C compiler identification is GNU 4.8.1 | |
| -- The CXX compiler identification is GNU 4.8.1 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: /usr/bin/c++ | |
| -- Check for working CXX compiler: /usr/bin/c++ -- works | |
| -- Detecting CXX compiler ABI info |
| Determining if the pthread_create exist failed with the following output: | |
| Change Dir: /home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp | |
| Run Build Command:/usr/bin/make "cmTryCompileExec1219798285/fast" | |
| /usr/bin/make -f CMakeFiles/cmTryCompileExec1219798285.dir/build.make CMakeFiles/cmTryCompileExec1219798285.dir/build | |
| make[1]: Entering directory `/home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp' | |
| /usr/bin/cmake -E cmake_progress_report /home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp/CMakeFiles 1 | |
| Building C object CMakeFiles/cmTryCompileExec1219798285.dir/CheckSymbolExists.c.o | |
| /usr/bin/cc -pipe -Wall -Wno-unknown-pragmas -std=c99 -o CMakeFiles/cmTryCompileExec1219798285.dir/CheckSymbolExists.c.o -c /home/liuming/work/opm/opm-autodiff/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c | |
| Linking C executable cmTryCompileExec1219798285 |
| Script started on 2013年11月12日 星期二 17时16分44秒 | |
| -- The C compiler identification is GNU 4.8.1 | |
| -- The CXX compiler identification is GNU 4.8.1 | |
| -- Check for working C compiler: /usr/bin/cc | |
| -- Check for working C compiler: /usr/bin/cc -- works | |
| -- Detecting C compiler ABI info | |
| -- Detecting C compiler ABI info - done | |
| -- Check for working CXX compiler: /usr/bin/c++ | |
| -- Check for working CXX compiler: /usr/bin/c++ -- works | |
| -- Detecting CXX compiler ABI info |