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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T04:22:49+00:00 2026-06-02T04:22:49+00:00

BACKGROUND: when local username is not the same as the git username, git will

  • 0

BACKGROUND: when local username is not the same as the git username, git will insist on asking for the password even in the presence of ~/.netrc (one can hit Enter and then netrc is used, but this Enter is required).

QUESTION: I need to do git pull passing the password to git, but I want to see whatever git replies on the stdout (and possibly later redirect). I tried

#!/usr/bin/expect -f
spawn /usr/bin/git $argv
expect Password:
send "secret"

and it appears to work, but I do not see the git output.

I tried simple

puts "$expect_out(buffer)"

and fancy

while (1) {
  expect {
    eof  {break}
    -re ".*"  {puts "$expect_out(buffer)"}
  }
}

and even fancier

while (1) {
  expect {
    -re "(\[^\n]*\)\n" { send_user $expect_out(buffer) }
    eof  {break}
  }
}

and a little bit simpler

while (1) {
  expect {
    "\n" { send_user $expect_out(buffer) }
    eof  {break}
  }
}

and neither prints the git output.

PS. ssh is not an option in this specific case, please do not waste your time talking about it.

  • 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-02T04:22:51+00:00Added an answer on June 2, 2026 at 4:22 am

    You need to “hit enter” after typing the password: send "secret\r"

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

Sidebar

Related Questions

Values set in local storage in background.html could not be accessed in javascripts loaded
how can I define and use local fonts on the server? exec(Init::$static['path_imagemagick'].'convert -background none
If I understand correctly, popup.html and background.html share the same local storage since they
Background: One of the problems with using a local static variable in a function
Background: I have a WCF service deployed on my local machine that in turns
The Background I run an ASP.NET site using Graffiti CMS for a local charitable/service
Background: I'm writing a 'standard' (nothing special) web application in Ruby (not Rails) and
Background: i have a system, i use the same for both hobby and office
BACKGROUND: I should preface this by saying I'm not trying to get someone to
Background: Assume I use the following powershell script from my local machine to automatically

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.