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 7175763
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T16:22:11+00:00 2026-05-28T16:22:11+00:00

git remote add joyent yourname.no.de:repo I’m assuming that this means it is using the

  • 0
git remote add joyent yourname.no.de:repo

I’m assuming that this means it is using the git protocol. I however have no idea what the :repo means at the end … because its not a port number. Is it the username? Is it looking for a git repo in ~/repo?

I really just want to add a port to that command and map it to something of the form:

git remote add joyent ssh://user@host:1234/wherevermyrepois
  • 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-05-28T16:22:12+00:00Added an answer on May 28, 2026 at 4:22 pm

    The last argument to git remote add tells git how to connect to the remote repository. In this case, the argument is yourname.no.de:repo, which means that it’s in the format hostname:path. The *hostname* part is yourname.no.de and names the host (computer) that has the repository. The *path* part is repo and is the filesystem path of the repository on yourname.no.de.

    To turn it into a URL with a port number, try this:

    git remote add joyent git://yourname.no.de:1234/repo
    

    or this:

    git remote add joyent git://yourname.no.de:1234/~username/repo
    

    where username is your user name.

    If you need to specify a different username that your local username, try this:

    git remote add joyent git://username@yourname.no.de:1234/~username/repo
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've created repo, with standard commands git init git add . git remote add
How would you accomplish this? mkdir newbuild cd newbuild git init git remote add
I have a local git repo, and I have a remote git repo. What
I followed this post to setup a remote git repo. Instead of starting from
I have staged my files like this git add mydir git add mydir/myfile and
I am trying to add remote using git remote add and than am trying
I have a a remote git repo and a local clone. Let's say I
Question What's the difference between: $ git remote add origin git@github.com:yourname/yourproject.git $ git config
How can I use /home/username/www/example.git with remote add command? if I use this: git
What I have done: git init git remote add master www.xyz.org/git/arkad fatal: 'origin' does

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.