On Mon, Feb 27, 2017 at 09:17:08AM +0000, Mykhaylo Lyubun wrote:
> When I execute method 2 I received:
> 
> git push http://psocprogrammer:[email protected]/openocd 
> review
> 
> error: src refspec review does not match any.

Replace "review" from the end of this command line with
HEAD:refs/publish/master. So if you decided to push manually via http,
you should be using

git push 
http://psocprogrammer:[email protected]/p/openocd.git 
HEAD:refs/publish/master

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:[email protected]

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to