← Back to team overview

app-review-board team mailing list archive

[Bug 861480] Re: Application Review Request: 4digits_1.0

 

I took a look at github and your fork looks good.

The URL in the error says "allisonrandal", so your git checkout still
thinks it should push (upload) to my github repository. You can check
this with the command:

git remote -v

Which on mine says:
origin	git@xxxxxxxxxx:allisonrandal/pkg-4digits.git (fetch)
origin	git@xxxxxxxxxx:allisonrandal/pkg-4digits.git (push)

But on yours should say:
origin	git@xxxxxxxxxx:fossilet/pkg-4digits.git (fetch)
origin	git@xxxxxxxxxx:fossilet/pkg-4digits.git (push)

If that is the problem, you can fix it by running this command from
inside the pkg-4digits directory, to change where git is pushing to:

git remote set-url origin git@xxxxxxxxxx:fossilet/pkg-4digits.git

Don't worry if you don't understand it all yet, doing is the best way to
learn, and you'll understand more as you go along. :) Ask any questions
about the steps, and I can explain in more detail or point you to good
resources.

-- 
You received this bug notification because you are a member of
Application Review Board, which is subscribed to Ubuntu Application
Review Board.
https://bugs.launchpad.net/bugs/861480

Title:
  Application Review Request: 4digits_1.0

Status in Ubuntu Application Review Board:
  New

Bug description:
  NOTE: This submission was sent through the MyApps process.

  = Application Review For 4digits =

   * Name: Yongzhi Pan
   * Email: panyongzhi@@gmail.com
   * Application name: 4digits
   * Tagline: Guess the number!
   * Keywords: puzzle, game
   * Description: 4digits is a guess-the-number puzzle game. It's called Bulls and Cows. The game's objective is to guess a four-digit number in 8 times using as less time as possible.
   * License: GNU GPL v2
   * Support URL: http://fourdigits.sourceforge.net/
   * Package file (link):
   * Images (links):
     * 64x64: https://myapps.developer.ubuntu.com/site_media/icons/2011/09/4digits_logo.png

  === Status ===

  Pending review

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-app-review-board/+bug/861480/+subscriptions


References