Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9252557
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 18, 20262026-06-18T10:58:29+00:00 2026-06-18T10:58:29+00:00

~/www> git branch –track live origin/master fatal: Not a valid object name: ‘origin/master’. ~/www>

  • 0
~/www> git branch --track live origin/master
fatal: Not a valid object name: 'origin/master'.
~/www> git remote
origin
~/www> git branch
* master
  test_branch
  working_branch

I also tried creating a tracking branch with:

git branch live
git branch --set-upstream live origin/master

but I got the same error

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-18T10:58:31+00:00Added an answer on June 18, 2026 at 10:58 am
    $ git branch -r
      origin/1.x
      origin/1.x@60
      origin/1.x@63
      origin/HEAD -> origin/master
      origin/master
    
    $ git branch --track live origin/blah
    fatal: Not a valid object name: 'origin/blah'.
    

    As has been suggested you can only track a remote if it has been added. Perhaps add the remote like this

    $ git remote add upstream git://github.com/svnpenn/rtmpdump.git
    
    $ git fetch upstream
    

    Example

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

master branch has these files and folders (simplified): C:\Local\TickZoom\Project>ls file.txt name.txt public public branch
According to this page http://www.eecs.harvard.edu/~cduan/technical/git/git-1.shtml A commit object contains three things: A set of
As I understand from http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html the rebased branch is 'moved' on to another one.
I'm adding a git log line to my deploy script: git pull origin master
http://www.example.com?a=1&a=2 has a valid form-urlencoded querystring and has two values ( 1 and 2
so I'm trying to split commits using the instructions in http://www.kernel.org/pub/software/scm/git/docs/git-rebase.html try searching for
Up until today I was using git in the following manner: a master repo
Apache is configured like so: Alias /git /var/www/gitweb Alias /gitweb /var/www/gitweb <Directory /var/www/gitweb> AllowOverride
Here's are examples of git workflows: https://github.com/bard/sameplace/wiki/typical-git-workflow http://www.nabble.com/Git-workflow-overview-td16340337.html http://osteele.com/archives/2008/05/my-git-workflow Let's say you wanted to
Here is my transcript from trying to merge my bugfix branch onto my master

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.