Re: [cmake-developers] ExperimentalUpdate fails (missing remote name or URL)
This helps: git remote add origin git://cmake.org/cmake.git On 15.07.2012, at 18:21, Claus Klein wrote: What is wrong? -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
[cmake-developers] ExperimentalUpdate fails (missing remote name or URL)
/opt/local/bin/gmake ExperimentalUpdate Site: claus-kleins-macbook-pro.local Build name: Darwin-i386-apple-darwin9-g++-mp-4.7 Updating the repository: /Users/clausklein/Downloads/cmake Use GIT repository type Old revision of repository is: 3bbba2ab2e6a733db6e0949fb5636a6ab9f59649 New revision of repository is: 3bbba2ab2e6a733db6e0949fb5636a6ab9f59649 Gathering version information (one . per revision): Update command failed: "/opt/local/bin/git" "fetch" Built target ExperimentalUpdate That is my configuration: claus-kleins-macbook-pro:cmake clausklein$ git remote -v master git://cmake.org/cmake.git (fetch) master git://cmake.org/cmake.git (push) claus-kleins-macbook-pro:cmake clausklein$ git fetch fatal: No remote repository specified. Please, specify either a URL or a remote name from which new revisions should be fetched. claus-kleins-macbook-pro:cmake clausklein$ git fetch master -v From git://cmake.org/cmake = [up to date] dashboard -> master/dashboard = [up to date] hooks -> master/hooks = [up to date] maint -> master/maint = [up to date] master -> master/master = [up to date] next -> master/next = [up to date] nightly-> master/nightly = [up to date] nightly-master -> master/nightly-master = [up to date] release-> master/release claus-kleins-macbook-pro:cmake clausklein$ What is wrong? Claus -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers