jira-importer commented on issue #770: URL: https://github.com/apache/maven-scm/issues/770#issuecomment-2964623239
**[Paul Hammant](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=paul)** commented So after the fail of this, and before I tidy up working copy, I can experiment some.... ph-mbp:paranamer paul$ git push ssh://[email protected]/paranamer.git/ real_asm:real_asm ###################################################################### Unauthorized access to this system (codehaus01) is forbidden and will be prosecuted by law. By accessing this system, you agree that your actions may be monitored if unauthorized usage is suspected. ###################################################################### ERROR:gitosis.serve.main:Arguments to command look dangerous fatal: The remote end hung up unexpectedly ph-mbp:paranamer paul$ git push ssh://[email protected]/paranamer.git/ ###################################################################### Unauthorized access to this system (codehaus01) is forbidden and will be prosecuted by law. By accessing this system, you agree that your actions may be monitored if unauthorized usage is suspected. ###################################################################### ERROR:gitosis.serve.main:Arguments to command look dangerous fatal: The remote end hung up unexpectedly ph-mbp:paranamer paul$ git push codehaus ###################################################################### Unauthorized access to this system (codehaus01) is forbidden and will be prosecuted by law. By accessing this system, you agree that your actions may be monitored if unauthorized usage is suspected. ###################################################################### Counting objects: 42, done. Delta compression using up to 2 threads. Compressing objects: 100% (22/22), done. Writing objects: 100% (22/22), 1.99 KiB, done. Total 22 (delta 10), reused 0 (delta 0) To ssh://[email protected]/paranamer-git.git e216419..48f1052 master -> master b222639..24a42e5 real_asm -> real_asm Me again - Is there a reason that the git-scm plugin needs to be so anal with respect to commands ? Surely it could verify which branch it is on: > ph-mbp:paranamer paul$ git branch -a > master > real_am > * real_asm > remotes/codehaus/master > remotes/codehaus/real_asm > remotes/github/master > remotes/github/real_asm I'm not using 'origin' to denote origin. 'codehaus' is my origin, 'github' is a mirror. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
