This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256989 - Remote Git cannot perform Push to Upstream
Summary: Remote Git cannot perform Push to Upstream
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote VCS (show other bugs)
Version: 8.2
Hardware: PC All
: P2 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-04 19:02 UTC by Alexander Pepin
Modified: 2015-12-21 17:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pepin 2015-12-04 19:02:31 UTC
Steps to reproduce:
- clone a project from git repository on the remote host
- open just cloned full remote project
- make some changes in the project and save the changed files
- commit the changes
- call "Remote Git -> Remote -> Push to Upstream" to push changes to the repository
Result: "Push to Upstream Failed" window appears with the message: No URI specified for remote origin.

 At the same time "git push" works fine from the command line:

-bash-4.1$ git push
Counting objects: 6, done.
Delta compression using up to 40 threads.
Compressing objects: 100% (3/3), done.
Writing objects: 100% (4/4), 433 bytes, done.
Total 4 (delta 2), reused 0 (delta 0)
Unpacking objects: 100% (4/4), done.
To /net/spb-zarya/export1/ide_testresults/vcs/remote/git/subaru
   bcfa958..acb911b  master -> master
Comment 1 Alexander Simon 2015-12-07 09:27:03 UTC
fixed in enum, change set:
304917:063b758d3840
Comment 2 Quality Engineering 2015-12-09 02:29:24 UTC
Integrated into 'main-silver', will be available in build *201512090002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/903287e3e4bf
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #256989 Remote Git cannot perform Push to Upstream
(transplanted from 063b758d384012f5e2db592df3fbc47b7683e568)
Comment 3 Alexander Pepin 2015-12-21 17:38:57 UTC
verified in build 20151215.